FontStretch.Inequality(FontStretch, FontStretch) 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.
Évalue deux instances de FontStretch pour déterminer l'inégalité.
public:
static bool operator !=(System::Windows::FontStretch left, System::Windows::FontStretch right);
public static bool operator != (System.Windows.FontStretch left, System.Windows.FontStretch right);
static member op_Inequality : System.Windows.FontStretch * System.Windows.FontStretch -> bool
Public Shared Operator != (left As FontStretch, right As FontStretch) As Boolean
Paramètres
- left
- FontStretch
Première instance de FontStretch à comparer.
- right
- FontStretch
Deuxième instance de FontStretch à comparer.
Retours
false
si left
est égal à right
; sinon true
.
S’applique à
Collaborer avec nous sur GitHub
La source de ce contenu se trouve sur GitHub, où vous pouvez également créer et examiner les problèmes et les demandes de tirage. Pour plus d’informations, consultez notre guide du contributeur.