TableLayoutPanelCellPosition::Equals Method (Object^)
.NET Framework (current version)
Specifies whether this TableLayoutPanelCellPosition contains the same row and column as the specified TableLayoutPanelCellPosition.
Assembly: System.Windows.Forms (in System.Windows.Forms.dll)
Parameters
- other
-
Type:
System::Object^
The TableLayoutPanelCellPosition to test.
Return Value
Type: System::Booleantrue if other is a TableLayoutPanelCellPosition and has the same row and column as the specified TableLayoutPanelCellPosition; otherwise, false.
.NET Framework
Available since 2.0
Available since 2.0
Show: