Sdílet prostřednictvím


GridLength.Inequality(GridLength, GridLength) Operátor

Definice

Porovná dvě GridLength struktury a určí, jestli si nejsou rovny.

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 op_Inequality : 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 k GridLength porovnání.

gl2
GridLength

Druhá instance k GridLength porovnání.

Návraty

true pokud tyto dvě instance objektu GridLength nemají stejnou hodnotu a GridUnitType; v opačném případě hodnota 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 pro UPW.

Platí pro