DataGridCellInfo.Equality(DataGridCellInfo, DataGridCellInfo) 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.
Indique si deux instances de DataGridCellInfo sont égales.
public:
static bool operator ==(System::Windows::Controls::DataGridCellInfo cell1, System::Windows::Controls::DataGridCellInfo cell2);
public static bool operator == (System.Windows.Controls.DataGridCellInfo cell1, System.Windows.Controls.DataGridCellInfo cell2);
static member ( = ) : System.Windows.Controls.DataGridCellInfo * System.Windows.Controls.DataGridCellInfo -> bool
Public Shared Operator == (cell1 As DataGridCellInfo, cell2 As DataGridCellInfo) As Boolean
Paramètres
- cell1
- DataGridCellInfo
Première structure à comparer.
- cell2
- DataGridCellInfo
Deuxième structure à comparer.
Retours
true
si les deux structures représentent la même cellule ; sinon, false
.
Remarques
Cet opérateur compare la Column propriété, la Item propriété et le DataGrid qui possède le conteneur de cellules.