GridLength.Inequality(GridLength, GridLength) Operátor

Definice

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

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 op_Inequality : System.Windows.GridLength * System.Windows.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.

Platí pro

Viz také