Rune.Inequality(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 op_Inequality : System.Text.Rune * System.Text.Rune -> bool
Public Shared Operator != (left As Rune, right As Rune) As Boolean

매개 변수

left
Rune

비교할 첫 번째 값입니다.

right
Rune

비교할 두 번째 값입니다.

반환

Boolean

leftright가 다르면 true이고, 그렇지 않으면 false입니다.

적용 대상