DataGridLength.Inequality(DataGridLength, DataGridLength) Operátor

Definice

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

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

Parametry

gl1
DataGridLength

První DataGridLength instance k porovnání.

gl2
DataGridLength

Druhá DataGridLength instance k porovnání.

Návraty

true pokud tyto dvě DataGridLength instance nemají stejnou hodnotu nebo režim velikosti, jinak falsehodnota .

Platí pro