'宣言
Public Overloads Function Equals( _ ByVal other As CellPosition _ ) As Boolean
public bool Equals( CellPosition other )
パラメータ
- other
- 比較する CellPosition。
戻り値の型
CellPosition とこのインスタンスが同じ値を表す場合は true。それ以外の場合は false。
'宣言
Public Overloads Function Equals( _ ByVal other As CellPosition _ ) As Boolean
public bool Equals( CellPosition other )