TableLayoutPanelCellPosition.Equals メソッド

定義

オーバーロード

名前 説明
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

パラメーター

other
Object

テストする TableLayoutPanelCellPosition

返品

true otherTableLayoutPanelCellPositionで、指定した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。それ以外の場合は。

実装

適用対象