Sdílet prostřednictvím


GridLength.Equality(GridLength, GridLength) Operátor

Definice

Porovnává dvě GridLength struktury rovnosti.

public:
 static bool operator ==(System::Windows::GridLength gl1, System::Windows::GridLength gl2);
public static bool operator == (System.Windows.GridLength gl1, System.Windows.GridLength gl2);
static member ( = ) : System.Windows.GridLength * System.Windows.GridLength -> bool
Public Shared Operator == (gl1 As GridLength, gl2 As GridLength) As Boolean

Parametry

gl1
GridLength

První instance GridLength porovnání.

gl2
GridLength

Druhá instance GridLength porovnání.

Návraty

Boolean

true pokud mají dvě instance GridLength stejné hodnoty a GridUnitTypev opačném případě false.

Platí pro

Viz také