TableLayoutPanelCellPosition.Equals Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
Equals(Object) |
Specifies whether this TableLayoutPanelCellPosition contains the same row and column as the specified TableLayoutPanelCellPosition. |
Equals(TableLayoutPanelCellPosition) |
Indicates whether the current object is equal to another object of the same type. |
Equals(Object)
Specifies whether this TableLayoutPanelCellPosition contains the same row and column as the specified TableLayoutPanelCellPosition.
public:
override bool Equals(System::Object ^ other);
public override bool Equals (object other);
public override readonly bool Equals (object? other);
override this.Equals : obj -> bool
Public Overrides Function Equals (other As Object) As Boolean
Parameters
- other
- Object
The TableLayoutPanelCellPosition to test.
Returns
true
if other
is a TableLayoutPanelCellPosition and has the same row and column as the specified TableLayoutPanelCellPosition; otherwise, false
.
See also
Applies to
Equals(TableLayoutPanelCellPosition)
Indicates whether the current object is equal to another object of the same type.
public:
virtual bool Equals(System::Windows::Forms::TableLayoutPanelCellPosition other);
public bool Equals (System.Windows.Forms.TableLayoutPanelCellPosition other);
public readonly bool Equals (System.Windows.Forms.TableLayoutPanelCellPosition other);
override this.Equals : System.Windows.Forms.TableLayoutPanelCellPosition -> bool
Public Function Equals (other As TableLayoutPanelCellPosition) As Boolean
Parameters
An object to compare with this object.
Returns
true
if the current object is equal to the other
parameter; otherwise, false
.