UInt128.LessThan(UInt128, UInt128) Operador
Definição
Importante
Algumas informações dizem respeito a um produto pré-lançado que pode ser substancialmente modificado antes de ser lançado. A Microsoft não faz garantias, de forma expressa ou implícita, em relação à informação aqui apresentada.
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 comparar com right.
- right
- UInt128
O valor a comparar com left.
Devoluções
true se left for menor que right; caso contrário, false.