Operator operator ==
operator ==(PointI, PointI)
Compares two PointI objects. The result specifies whether the values of the X and Y properties of the two PointI objects are equal.
public static bool operator ==(PointI left, PointI right)
Compares two PointI objects. The result specifies whether the values of the X and Y properties of the two PointI objects are equal.
public static bool operator ==(PointI left, PointI right)