TableLayoutPanelCellPosition::Equals Method (Object^)

 

Specifies whether this TableLayoutPanelCellPosition contains the same row and column as the specified TableLayoutPanelCellPosition.

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

public:
virtual bool Equals(
	Object^ other
) override

Parameters

other
Type: System::Object^

The TableLayoutPanelCellPosition to test.

Return Value

Type: System::Boolean

true if other is a TableLayoutPanelCellPosition and has the same row and column as the specified TableLayoutPanelCellPosition; otherwise, false.

.NET Framework
Available since 2.0
Return to top
Show: