Equals

PointF.Equals method

Specifies whether this PointF contains the same coordinates as the specified Object.

public override bool Equals(object obj)
ParameterTypeDescription
objObjectThe Object to test.

Return Value

This method returns true if obj is a PointF and has the same coordinates as this Point.

See Also