240241242243244245246247
return true; } if (!(o instanceof ReadOnlyPlane)) { return false; } final ReadOnlyPlane comp = (ReadOnlyPlane) o; return getConstant() == comp.getConstant() && _normal.equals(comp.getNormal()); }