DataGridLength.Equality(DataGridLength, DataGridLength) Operador

Definição

Compara duas DataGridLength estruturas para igualdade.

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 ( = ) : 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 tiverem o mesmo valor ou modo de dimensionamento; caso contrário, false.

Aplica-se a