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