UInt128.LessThanOrEqual(UInt128, UInt128) Operator

Definicja

Porównuje dwie wartości, aby określić, które wartości są mniejsze lub równe.

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

Parametry

left
UInt128

Wartość, która ma być porównywana z wartością right.

right
UInt128

Wartość, która ma być porównywana z wartością left.

Zwraca

truejeśli left wartość jest mniejsza lub równa right; w przeciwnym razie . false

Implementuje

Dotyczy