FontWeight.Equality(FontWeight, FontWeight) Opérateur

Définition

Compare l'égalité de deux instances de FontWeight.

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

Paramètres

left
FontWeight

Première instance de FontWeight à comparer.

right
FontWeight

Deuxième instance de FontWeight à comparer.

Retours

Boolean

true si les instances de FontWeight sont égales ; sinon, false.

S’applique à