UInt128.GreaterThanOrEqual(UInt128, UInt128) Operador

Definição

Compara dois valores para determinar qual é maior ou igual.

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

Implementações

Aplica-se a