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 です。

実装

適用対象