FigureLength.Equality(FigureLength, FigureLength) Opérateur

Définition

Compare l'é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 ( = ) : 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 sont égales ; sinon, false.

Remarques

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

S’applique à