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

Definition

Vergleicht zwei Werte, um zu bestimmen, welcher größer ist.

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

Parameter

left
IntPtr

nativeint

Der Wert, der mit verglichen werden rightsoll.

right
IntPtr

nativeint

Der Wert, der mit verglichen werden leftsoll.

Gibt zurück

true, wenn left größer als right ist, andernfalls false.

Implementiert

Gilt für: