internal bool EqualsImpl(DataGridCellInfo cell)
 {
     return((cell._item == _item) && (cell._column == _column) && (cell.Owner == Owner));
 }
 internal bool EqualsImpl(DataGridCellInfo cell)
 {
     return (cell._item == _item) && (cell._column == _column) && (cell.Owner == Owner);
 }