Operator operator !=
operator !=(GridPoint3, GridPoint3)
Checks whether two points are not equal.
public static bool operator !=(GridPoint3 point1, GridPoint3 point2)
Parameters
point1
GridPoint3point2
GridPoint3
Returns
Remarks
Two points are not equal when either of their coordinates don't match.