Int128.GreaterThan(Int128, Int128) Operatore

Definizione

Confronta due valori per determinare quale è maggiore.

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

Parametri

left
Int128

Valore da confrontare con right.

right
Int128

Valore da confrontare con left.

Restituisce

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

Implementazioni

Si applica a