operator !=

operator !=(Cell, Cell)

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

説明

Cellが等しくないか判定する。

パラメーター

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

戻り値

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