Share via


UInt128.GreaterThanOrEqual(UInt128, UInt128) Opérateur

Définition

Compare deux valeurs pour déterminer laquelle est supérieure ou égale.

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

Paramètres

left
UInt128

Valeur à comparer avec right.

right
UInt128

Valeur à comparer avec left.

Retours

true si left est supérieur ou égal à right ; sinon, false.

Implémente

S’applique à