Operator operator ==
operator ==(Point, Point)
Determines whether two points have the same coordinates.
public static bool operator ==(Point a, Point b)
Determines whether two points have the same coordinates.
public static bool operator ==(Point a, Point b)