語言

TableLayoutPanelCellPosition.Equals 方法

定義

多載

名稱 Description
Equals(Object)

指定是否 TableLayoutPanelCellPosition 包含與指定 相同的列與欄位 TableLayoutPanelCellPosition

Equals(TableLayoutPanelCellPosition)

指出目前的物件是否等於相同類型的另一個物件。

Equals(Object)

來源:
TableLayoutPanelCellPosition.cs
來源:
TableLayoutPanelCellPosition.cs
來源:
TableLayoutPanelCellPosition.cs
來源:
TableLayoutPanelCellPosition.cs
來源:
TableLayoutPanelCellPosition.cs

指定是否 TableLayoutPanelCellPosition 包含與指定 相同的列與欄位 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

參數

傳回

trueother 是 a TableLayoutPanelCellPosition ,且與指定的 TableLayoutPanelCellPosition列與 具有相同;否則, false

另請參閱

適用於

Equals(TableLayoutPanelCellPosition)

來源:
TableLayoutPanelCellPosition.cs
來源:
TableLayoutPanelCellPosition.cs
來源:
TableLayoutPanelCellPosition.cs
來源:
TableLayoutPanelCellPosition.cs
來源:
TableLayoutPanelCellPosition.cs

指出目前的物件是否等於相同類型的另一個物件。

public:
 virtual bool Equals(System::Windows::Forms::TableLayoutPanelCellPosition other);
public readonly 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

一個可以和這個物體比較的對象。

傳回

true 若當前物件等於參數 other ;否則, false

實作

適用於