TableLayoutPanelCellPosition::Inequality Operator (TableLayoutPanelCellPosition, TableLayoutPanelCellPosition)
.NET Framework (current version)
Compares two TableLayoutPanelCellPosition objects. The result specifies whether the values of the Row and Column properties of the two TableLayoutPanelCellPosition objects are unequal.
Assembly: System.Windows.Forms (in System.Windows.Forms.dll)
public: static bool operator !=( TableLayoutPanelCellPosition p1, TableLayoutPanelCellPosition p2 )
Parameters
- p1
-
Type:
System.Windows.Forms::TableLayoutPanelCellPosition
A TableLayoutPanelCellPosition to compare.
- p2
-
Type:
System.Windows.Forms::TableLayoutPanelCellPosition
A TableLayoutPanelCellPosition to compare.
.NET Framework
Available since 2.0
Available since 2.0
Show: