FontStyle.Equality(FontStyle, FontStyle) Betreiber

Definition

Prüft zwei Instanzen von FontStyle auf Gleichheit.

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

Parameter

left
FontStyle

Die erste Instanz eines zu vergleichenden FontStyle.

right
FontStyle

Die zweite Instanz eines zu vergleichenden FontStyle.

Gibt zurück

true, um anzugeben, dass die angegebenen FontStyle-Objekte gleich sind, andernfalls false.

Gilt für: