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

정의

두 값을 비교하여 더 큰 값을 확인합니다.

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

매개 변수

left
SByte

와 비교할 값입니다 right.

right
SByte

와 비교할 값입니다 left.

반환

trueleft보다 크면 right이고, 그렇지 않으면 false입니다.

구현

적용 대상