FontWeight.Equality(FontWeight, FontWeight) Opérateur

Définition

Compare deux instances d’égalité 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 comparaison.

right
FontWeight

Deuxième instance de FontWeight comparaison.

Retours

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

S’applique à