operator != operator !=(Point2, Point2) public static bool operator !=(Point2 a, Point2 b) ; 説明 等しくなければtrueを返す。 パラメーター パラメーター名 説明 a 等しくないか判定するPoint2 b 等しくないか判定するPoint2 戻り値 Point2が等しくなければtrueを返す。