Compartilhar via


DataGridLength.Equality(DataGridLength, DataGridLength) Operador

Definição

Compara a igualdade de duas estruturas DataGridLength.

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 instância DataGridLength a ser comparada.

gl2
DataGridLength

A segunda instância DataGridLength a ser comparada.

Retornos

Boolean

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

Aplica-se a