FontStretch.Equality(FontStretch, FontStretch) Betreiber

Definition

Prüft zwei Instanzen von FontStretch auf Gleichheit.

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

Parameter

left
FontStretch

Die erste zu vergleichende Instanz von FontStretch.

right
FontStretch

Zweite zu vergleichende Instanz von FontStretch.

Gibt zurück

Boolean

true, wenn die angegebenen FontStretch-Objekte gleich sind, andernfalls false.

Gilt für