DataGridLength.Inequality(DataGridLength, DataGridLength) Opérateur

Définition

Compare deux structures DataGridLength pour déterminer si elles sont inégales.

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

Paramètres

gl1
DataGridLength

Première instance de DataGridLength à comparer.

gl2
DataGridLength

Deuxième instance de DataGridLength à comparer.

Retours

Boolean

true si les deux instances DataGridLength n'ont pas la même valeur ou le même mode de dimensionnement ; autrement, false.

S’applique à