Operator operator ==
operator ==(Point, Point)
Equality Operator
public static bool operator ==(Point left, Point right)
Parameters
Returns
Remarks
Compares two Point objects. The return value is based on the equivalence of the X and Y properties of the two points.