Udostępnij za pośrednictwem


DataGridCellInfo.Equality(DataGridCellInfo, DataGridCellInfo) Operator

Definicja

Wskazuje, czy dwa DataGridCellInfo wystąpienia są równe.

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

Parametry

cell1
DataGridCellInfo

Pierwsza struktura do porównania.

cell2
DataGridCellInfo

Druga struktura do porównania.

Zwraca

Boolean

true jeśli obie struktury reprezentują tę samą komórkę; w przeciwnym razie , false.

Uwagi

Ten operator porównuje Column właściwość, Item właściwość i DataGrid kontener komórek.

Dotyczy