DataGridLength.Inequality(DataGridLength, DataGridLength) Operador

Definição

Compara duas DataGridLength estruturas para determinar se não são iguais.

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

A primeira DataGridLength vez a comparar.

gl2
DataGridLength

A segunda DataGridLength vez a comparar.

Devoluções

true se as duas DataGridLength instâncias não tiverem o mesmo valor ou modo de dimensionamento; caso contrário, false.

Aplica-se a