Char.IComparisonOperators<Char,Char,Boolean>.LessThan Opérateur
Définition
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
Paramètres
- left
- Char
Valeur à comparer avec right
.
- right
- Char
Valeur à comparer avec left
.
Retours
true
si left
est inférieur à right
; sinon, false
.
Implémente
S’applique à
Collaborer avec nous sur GitHub
La source de ce contenu se trouve sur GitHub, où vous pouvez également créer et examiner les problèmes et les demandes de tirage. Pour plus d’informations, consultez notre guide du contributeur.