TableLayoutPanelCellPosition Operators

 

Namespace:   System.Windows.Forms
Assembly:  System.Windows.Forms (in System.Windows.Forms.dll)

NameDescription
System_CAPS_puboperatorSystem_CAPS_staticEquality(TableLayoutPanelCellPosition, TableLayoutPanelCellPosition)

Compares two TableLayoutPanelCellPosition objects. The result specifies whether the values of the Row and Column properties of the two TableLayoutPanelCellPosition objects are equal.

System_CAPS_puboperatorSystem_CAPS_staticInequality(TableLayoutPanelCellPosition, TableLayoutPanelCellPosition)

Compares two TableLayoutPanelCellPosition objects. The result specifies whether the values of the Row and Column properties of the two TableLayoutPanelCellPosition objects are unequal.

Return to top
Show: