TableLayoutPanelCellPosition::Inequality Operator (TableLayoutPanelCellPosition, TableLayoutPanelCellPosition)

 
equivalentCodeEntityM:System.Windows.Forms.TableLayoutPanelCellPosition.Compare(System.Windows.Forms.TableLayoutPanelCellPosition,System.Windows.Forms.TableLayoutPanelCellPosition)

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

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

public:
static bool operator !=(
	TableLayoutPanelCellPosition p1,
	TableLayoutPanelCellPosition p2
)

Return Value

Type: System::Boolean

true if p1 and p2 differ; otherwise, false.

.NET Framework
Available since 2.0
Return to top
Show: