DataGridLength.Inequality(DataGridLength, DataGridLength) Operador
Definição
Importante
Algumas informações dizem respeito a um produto pré-lançado que pode ser substancialmente modificado antes de ser lançado. A Microsoft não faz garantias, de forma expressa ou implícita, em relação à informação aqui apresentada.
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.