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