FontStyle.Equality(FontStyle, FontStyle) Operator

Definition

Vergleicht zwei Instanzen der FontStyle 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 Zu vergleichende FontStyle Instanz.

right
FontStyle

Die zweite Instanz des Vergleichs FontStyle .

Gibt zurück

true um die angegebenen FontStyle Objekte anzuzeigen, sind gleich; falseandernfalls .

Gilt für: