FigureLength.Equality(FigureLength, FigureLength) Operátor

Definice

Porovnává dvě FigureLength struktury rovnosti.

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

Parametry

fl1
FigureLength

První FigureLength struktura, která se má porovnat.

fl2
FigureLength

Druhá FigureLength struktura, která se má porovnat.

Návraty

true pokud fl1 a fl2 jsou rovny; jinak , false.

Poznámky

Ekvivalentní metoda tohoto operátoru je FigureLength.Equals.

Platí pro