UInt128.GreaterThan(UInt128, UInt128) Operatore

Definizione

Confronta due valori per determinare quale è maggiore.

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

Parametri

left
UInt128

Valore da confrontare con right.

right
UInt128

Valore da confrontare con left.

Restituisce

true se left è maggiore di right; in caso contrario, false.

Implementazioni

Si applica a