UInt128.LessThan(UInt128, UInt128) Operador

Definição

Compara dois valores para determinar qual é menor.

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

Parâmetros

left
UInt128

O valor a ser comparado com right.

right
UInt128

O valor a ser comparado com left.

Retornos

true caso left seja menor que right; do contrário, false.

Implementações

Aplica-se a