FigureLength.Inequality(FigureLength, FigureLength) Opérateur

Définition

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 à