UInt128.LessThan(UInt128, UInt128) Operatore

Definizione

Confronta due valori per determinare quali sono meno.

public:
 static bool operator <(UInt128 left, UInt128 right) = System::Numerics::IComparisonOperators<UInt128, UInt128, bool>::op_LessThan;
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 è minore di right; in caso contrario, false.

Implementazioni

Si applica a