IntPtr.IComparisonOperators<IntPtr,IntPtr,Boolean>.LessThan Operator

Definition

Vergleicht zwei Werte, um zu bestimmen, welche werte kleiner sind.

 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

Parameter

left
IntPtr

nativeint

Der wert, mit rightdem verglichen werden soll.

right
IntPtr

nativeint

Der wert, mit leftdem verglichen werden soll.

Gibt zurück

truewenn left kleiner als right; andernfalls . false

Implementiert

Gilt für: