Method Equals
Equals(object)
Compares two PointF objects. The result specifies whether the values of the X and Y properties of the two PointF objects are equal.
public override bool Equals(object obj)
Parameters
obj
object
Returns
Equals(PointF)
Compares two PointF objects. The result specifies whether the values of the X and Y properties of the two PointF objects are equal.
public bool Equals(PointF other)
Parameters
other
PointF