DataGridLength.Equality(DataGridLength, DataGridLength) Opérateur
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
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
true
si les deux instances DataGridLength ont la même valeur ou le même mode de dimensionnement ; sinon, false
.