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)

Source:
TableLayoutPanelCellPosition.cs
Source:
TableLayoutPanelCellPosition.cs
Source:
TableLayoutPanelCellPosition.cs

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

C#
public override bool Equals(object other);
C#
public override readonly bool Equals(object? other);

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

.NET Framework 4.8.1 a ďalšie verzie
Produkt Verzie
.NET Framework 2.0, 3.0, 3.5, 4.0, 4.5, 4.5.1, 4.5.2, 4.6, 4.6.1, 4.6.2, 4.7, 4.7.1, 4.7.2, 4.8, 4.8.1
Windows Desktop 3.0, 3.1, 5, 6, 7, 8, 9, 10

Equals(TableLayoutPanelCellPosition)

Source:
TableLayoutPanelCellPosition.cs
Source:
TableLayoutPanelCellPosition.cs
Source:
TableLayoutPanelCellPosition.cs

Indicates whether the current object is equal to another object of the same type.

C#
public readonly bool Equals(System.Windows.Forms.TableLayoutPanelCellPosition other);
C#
public bool Equals(System.Windows.Forms.TableLayoutPanelCellPosition other);

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

Windows Desktop 10 a ďalšie verzie
Produkt Verzie
Windows Desktop 7, 8, 9, 10