FontStyle.Inequality(FontStyle, FontStyle) 연산자

정의

FontStyle의 두 인스턴스를 비교하여 서로 다른지 확인합니다.

public:
 static bool operator !=(System::Windows::FontStyle left, System::Windows::FontStyle right);
public static bool operator != (System.Windows.FontStyle left, System.Windows.FontStyle right);
static member op_Inequality : System.Windows.FontStyle * System.Windows.FontStyle -> bool
Public Shared Operator != (left As FontStyle, right As FontStyle) As Boolean

매개 변수

left
FontStyle

비교할 FontStyle의 첫 번째 인스턴스입니다.

right
FontStyle

비교할 FontStyle의 두 번째 인스턴스입니다.

반환

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

적용 대상