FontStyle.Equality(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 ( = ) : System.Windows.FontStyle * System.Windows.FontStyle -> bool
Public Shared Operator == (left As FontStyle, right As FontStyle) As Boolean

매개 변수

left
FontStyle

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

right
FontStyle

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

반환

Boolean

지정된 FontStyle 개체가 같으면 true이고, 그렇지 않으면 false입니다.

적용 대상