FontWeight.Equality(FontWeight, FontWeight) Operator
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
FontWeightの 2 つのインスタンスを等しいかどうかを比較します。
public:
static bool operator ==(System::Windows::FontWeight left, System::Windows::FontWeight right);
public static bool operator ==(System.Windows.FontWeight left, System.Windows.FontWeight right);
static member ( = ) : System.Windows.FontWeight * System.Windows.FontWeight -> bool
Public Shared Operator == (left As FontWeight, right As FontWeight) As Boolean
パラメーター
- left
- FontWeight
比較する FontWeight の最初のインスタンス。
- right
- FontWeight
比較する FontWeight の 2 番目のインスタンス。
返品
true
FontWeightのインスタンスが等しい場合は。それ以外の場合はfalse。