IComparisonOperators<TSelf,TOther,TResult>.GreaterThan Opérateur
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Compare deux valeurs pour déterminer laquelle est supérieure.
public:
static TResult operator >(TSelf left, TOther right);
public static abstract TResult operator > (TSelf left, TOther right);
static member ( > ) : 'Self * 'Other -> 'Result
Public Shared Operator > (left As TSelf, right As TOther) As TResult
- left
- TSelf
Valeur à comparer avec right
.
- right
- TOther
Valeur à comparer avec left
.
true
si left
est supérieur à right
; sinon, false
.
Produit | Versions |
---|---|
.NET | 7, 8, 9 |
Commentaires sur .NET
.NET est un projet open source. Sélectionnez un lien pour fournir des commentaires :