DataGridLength.Inequality(DataGridLength, DataGridLength) Operador

Definición

Compara dos estructuras DataGridLength para determinar si no son iguales.

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

Parámetros

gl1
DataGridLength

Primera instancia de DataGridLength que se va a comparar.

gl2
DataGridLength

Segunda instancia de DataGridLength que se va a comparar.

Devoluciones

true si las dos instancias de DataGridLength no tienen el mismo valor o modo de ajuste de tamaño; en caso contrario, false.

Se aplica a