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

定義

2 つの値を比較して、どちらが小さいかを判断します。

 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

パラメーター

left
IntPtr

nativeint

rightと比較する値。

right
IntPtr

nativeint

leftと比較する値。

返品

true leftright未満の場合はfalse。それ以外の場合は。

実装

適用対象