operator ==

operator ==(Cell, Cell)

public static bool operator ==(Cell a, Cell b) ;

説明

Cellが等しいか判定する。

パラメーター

パラメーター名 説明
a 等しいか判定するCell
b 等しいか判定するCell

戻り値

Cellが等しければtrueを返す。