FigureLength.Equality(FigureLength, FigureLength) Opérateur

Définition

Compare deux FigureLength structures pour l’égalité.

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 ( = ) : System.Windows.FigureLength * System.Windows.FigureLength -> bool
Public Shared Operator == (fl1 As FigureLength, fl2 As FigureLength) As Boolean

Paramètres

fl1
FigureLength

FigureLength Première structure à comparer.

fl2
FigureLength

Deuxième FigureLength structure à comparer.

Retours

true si fl1 et fl2 sont égaux ; sinon, false.

Remarques

La méthode équivalente pour cet opérateur est FigureLength.Equals.

S’applique à