FontWeight.Equality(FontWeight, FontWeight) Opérateur
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
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.