FontStretch.Equality(FontStretch, FontStretch) Operator

Definition

Vergleicht zwei Instanzen der FontStretch 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

Erste Instanz des Vergleichens FontStretch .

right
FontStretch

Zweite Instanz des Vergleichs FontStretch .

Gibt zurück

true wenn die angegebenen FontStretch Objekte gleich sind; andernfalls false.

Gilt für: