TableLayoutPanelCellPosition.Equals 方法

定义

重载

Equals(Object)

指定此 TableLayoutPanelCellPosition 是否包含与指定的 TableLayoutPanelCellPosition 相同的行和列。

Equals(TableLayoutPanelCellPosition)

指示当前对象是否等于同一类型的另一个对象。

Equals(Object)

指定此 TableLayoutPanelCellPosition 是否包含与指定的 TableLayoutPanelCellPosition 相同的行和列。

public:
 override bool Equals(System::Object ^ other);
public override bool Equals (object other);
override this.Equals : obj -> bool
Public Overrides Function Equals (other As Object) As Boolean

参数

other
Object

要测试的 TableLayoutPanelCellPosition

返回

Boolean

如果 otherTableLayoutPanelCellPosition,并与指定的 TableLayoutPanelCellPosition 具有相同的行和列,则为 true;否则为 false

另请参阅

适用于

Equals(TableLayoutPanelCellPosition)

指示当前对象是否等于同一类型的另一个对象。

public:
 virtual bool Equals(System::Windows::Forms::TableLayoutPanelCellPosition other);
public bool Equals (System.Windows.Forms.TableLayoutPanelCellPosition other);
override this.Equals : System.Windows.Forms.TableLayoutPanelCellPosition -> bool
Public Function Equals (other As TableLayoutPanelCellPosition) As Boolean

参数

other
TableLayoutPanelCellPosition

一个与此对象进行比较的对象。

返回

Boolean

如果当前对象等于 other 参数,则为 true;否则为 false

实现

适用于