TableLayoutPanelCellPosition.Equals Method

Definition

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

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

other
TableLayoutPanelCellPosition

An object to compare with this object.

Returns

true if the current object is equal to the other parameter; otherwise, false.

Implements

Applies to