GridLength.Equality(GridLength, GridLength) Operátor

Definice

Porovná dvě GridLength struktury pro rovnost.

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

Parametry

gl1
GridLength

První instance, GridLength která se má porovnat

gl2
GridLength

Druhá instance GridLength pro porovnání.

Návraty

Boolean

true Pokud mají dvě instance GridLength stejnou hodnotu, a GridUnitType ; jinak false .

Poznámky

tato struktura představuje projekci .net struktury prostředí Windows Runtime (WinRT) GridLength . Další informace najdete v tématu GridLength v referenčních informacích k rozhraní API UWP.

Platí pro