FigureLength.Equality(FigureLength, FigureLength) Operátor

Definice

Porovnává dvě FigureLength struktury z hlediska 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 k porovnání.

fl2
FigureLength

Druhá FigureLength struktura k porovnání.

Návraty

true pokud fl1 a fl2 jsou si rovny, jinak hodnota false.

Poznámky

Ekvivalentní metoda pro tento operátor je FigureLength.Equals.

Platí pro