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 .

반품

지정된 개체가 같으면 그렇지 않으면 .입니다.

적용 대상