SByte.IComparisonOperators<SByte,SByte,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.SByte,System.SByte,System.Boolean>.operator <(System::SByte left, System::SByte right) = System::Numerics::IComparisonOperators<System::SByte, System::SByte, bool>::op_LessThan;
static bool IComparisonOperators<sbyte,sbyte,bool>.operator <(sbyte left, sbyte right);
static member ( < ) : sbyte * sbyte -> bool
Shared Operator < (left As SByte, right As SByte) As Boolean Implements IComparisonOperators(Of SByte, SByte, Boolean).op_LessThan
Paramètres
- left
- SByte
Valeur à comparer à right.
- right
- SByte
Valeur à comparer à left.
Retours
true si left est inférieur à right ; sinon, false.