UInt128.GreaterThan(UInt128, UInt128) Operador

Definição

Compara dois valores para determinar qual é maior.

public:
 static bool operator >(UInt128 left, UInt128 right) = System::Numerics::IComparisonOperators<UInt128, UInt128, bool>::op_GreaterThan;
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 maior que right; do contrário, false.

Implementações

Aplica-se a