FigureLength.Inequality(FigureLength, FigureLength) 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 l'inégalité de deux structures FigureLength.
public:
static bool operator !=(System::Windows::FigureLength fl1, System::Windows::FigureLength fl2);
public static bool operator != (System.Windows.FigureLength fl1, System.Windows.FigureLength fl2);
static member op_Inequality : System.Windows.FigureLength * System.Windows.FigureLength -> bool
Public Shared Operator != (fl1 As FigureLength, fl2 As FigureLength) As Boolean
Paramètres
- fl1
- FigureLength
Première structure FigureLength à comparer.
- fl2
- FigureLength
Deuxième structure FigureLength à comparer.
Retours
true
si fl1
et fl2
ne sont pas égales ; sinon, false
.
Remarques
La méthode équivalente pour cet opérateur est la négation de FigureLength.Equals.
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.