FigureLength.Equality(FigureLength, FigureLength) Operator

Definicja

Porównuje dwie FigureLength struktury równości.

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

Pierwsza FigureLength struktura do porównania.

fl2
FigureLength

Druga FigureLength struktura do porównania.

Zwraca

truejeśli fl1 i fl2 są równe; w przeciwnym razie . false

Uwagi

Równoważną metodą dla tego operatora jest FigureLength.Equals.

Dotyczy