Char.IComparisonOperators<Char,Char,Boolean>.LessThan 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 inférieure.
static bool System.Numerics.IComparisonOperators<System.Char,System.Char,System.Boolean>.operator <(char left, char right) = System::Numerics::IComparisonOperators<char, char, bool>::op_LessThan;
static bool IComparisonOperators<char,char,bool>.operator <(char left, char right);
static member ( < ) : char * char -> bool
Shared Operator < (left As Char, right As Char) As Boolean Implements IComparisonOperators(Of Char, Char, Boolean).op_LessThan
- left
- Char
Valeur à comparer avec right
.
- right
- Char
Valeur à comparer avec left
.
true
si left
est inférieur à right
; sinon, false
.
Produit | Versions |
---|---|
.NET | 7, 8, 9, 10 |
Commentaires sur .NET
.NET est un projet open source. Sélectionnez un lien pour fournir des commentaires: