FontWeight.Equality(FontWeight, FontWeight) Betreiber

Definition

Prüft zwei Instanzen von FontWeight auf Gleichheit.

public:
 static bool operator ==(System::Windows::FontWeight left, System::Windows::FontWeight right);
public static bool operator == (System.Windows.FontWeight left, System.Windows.FontWeight right);
static member ( = ) : System.Windows.FontWeight * System.Windows.FontWeight -> bool
Public Shared Operator == (left As FontWeight, right As FontWeight) As Boolean

Parameter

left
FontWeight

Die erste Instanz eines zu vergleichenden FontWeight.

right
FontWeight

Die zweite Instanz eines zu vergleichenden FontWeight.

Gibt zurück

true, wenn die Instanzen von FontWeight gleich sind, andernfalls false.

Gilt für: