UIntPtr.IComparisonOperators<UIntPtr,UIntPtr,Boolean>.GreaterThan 연산자

정의

두 값을 비교하여 더 큰 값을 결정합니다.

 static bool System.Numerics.IComparisonOperators<nuint,nuint,System.Boolean>.operator >(UIntPtr left, UIntPtr right) = System::Numerics::IComparisonOperators<UIntPtr, UIntPtr, bool>::op_GreaterThan;
static bool IComparisonOperators<UIntPtr,UIntPtr,bool>.operator >(UIntPtr left, UIntPtr right);
static member ( > ) : unativeint * unativeint -> bool
 Shared Operator > (left As UIntPtr, right As UIntPtr) As Boolean Implements IComparisonOperators(Of UIntPtr, UIntPtr, Boolean).op_GreaterThan

매개 변수

left
UIntPtr

unativeint

비교할 값입니다 right.

right
UIntPtr

unativeint

비교할 값입니다 left.

반품

보다 크 그렇지 않으면 .입니다.

구현

적용 대상