UInt128.GreaterThan(UInt128, UInt128) Operator

Definition

Vergleicht zwei Werte, um zu bestimmen, welche größer ist.

public:
 static bool operator >(UInt128 left, UInt128 right) = System::Numerics::IComparisonOperators<UInt128, UInt128, bool>::op_GreaterThan;
public static bool operator >(UInt128 left, UInt128 right);
static member ( > ) : UInt128 * UInt128 -> bool
Public Shared Operator > (left As UInt128, right As UInt128) As Boolean

Parameter

left
UInt128

Der wert, mit rightdem verglichen werden soll.

right
UInt128

Der wert, mit leftdem verglichen werden soll.

Gibt zurück

true wenn left größer als right; andernfalls false.

Implementiert

Gilt für: