Compares two System.Windows.Forms.TableLayoutPanelCellPosition objects. The result specifies whether the values of the TableLayoutPanelCellPosition.Row and TableLayoutPanelCellPosition.Column properties of the two System.Windows.Forms.TableLayoutPanelCellPosition objects are equal.
- p1
- A System.Windows.Forms.TableLayoutPanelCellPosition to compare.
- p2
- A System.Windows.Forms.TableLayoutPanelCellPosition to compare.
true if p1 and p2 are equal; otherwise, false.