DataGridLength.Equality(DataGridLength, DataGridLength) Opérateur

Définition

Compare l'égalité de deux structures 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

Paramètres

gl1
DataGridLength

Première instance de DataGridLength à comparer.

gl2
DataGridLength

Deuxième instance de DataGridLength à comparer.

Retours

Boolean

true si les deux instances DataGridLength ont la même valeur ou le même mode de dimensionnement ; sinon, false.

S’applique à