Rune.GreaterThan(Rune, Rune) 연산자

정의

지정된 Rune이 지정된 다른 Rune보다 큰지 여부를 나타내는 값을 반환합니다.

public:
 static bool operator >(System::Text::Rune left, System::Text::Rune right);
public static bool operator > (System.Text.Rune left, System.Text.Rune right);
static member ( > ) : System.Text.Rune * System.Text.Rune -> bool
Public Shared Operator > (left As Rune, right As Rune) As Boolean

매개 변수

left
Rune

비교할 첫 번째 값입니다.

right
Rune

비교할 두 번째 값입니다.

반환

Boolean

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

적용 대상