FontStyle.Equality(FontStyle, FontStyle) 演算子

定義

FontStyle の 2 つのインスタンスを比較し、等しいかどうかを確認します。

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 の 2 番目のインスタンスです。

戻り値

指定した FontStyle オブジェクトが等しいことを示す場合は true。それ以外の場合は false

適用対象