UInt128.LessThanOrEqual(UInt128, UInt128) Operador

Definição

Compara dois valores para determinar qual é menor ou igual.

public:
 static bool operator <=(UInt128 left, UInt128 right) = System::Numerics::IComparisonOperators<UInt128, UInt128, bool>::op_LessThanOrEqual;
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 se left for menor ou igual a right; caso contrário, false.

Implementações

Aplica-se a