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

返品

true otherTableLayoutPanelCellPositionで、指定したTableLayoutPanelCellPositionと同じ行と列を持つ場合は 。それ以外の場合はfalse

適用対象

こちらもご覧ください