DataGridLength.Equality(DataGridLength, DataGridLength) Operador

Definición

Compara dos estructuras DataGridLength para determinar si 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 ( = ) : 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

Boolean

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

Se aplica a