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