IntPtr.IComparisonOperators<IntPtr,IntPtr,Boolean>.LessThanOrEqual Betreiber

Definition

Vergleicht zwei Werte, um zu bestimmen, welche kleiner oder gleich sind.

 static bool System.Numerics.IComparisonOperators<nint,nint,System.Boolean>.operator <=(IntPtr left, IntPtr right) = System::Numerics::IComparisonOperators<IntPtr, IntPtr, bool>::op_LessThanOrEqual;
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_LessThanOrEqual

Parameter

left
IntPtr

nativeint

Der mit zu vergleichende rightWert.

right
IntPtr

nativeint

Der mit zu vergleichende leftWert.

Gibt zurück

true, wenn left kleiner oder gleich right ist, andernfalls false.

Implementiert

Gilt für: