PointF.Equals
PointF.Equals method
Specifies whether this PointF
contains the same coordinates as the specified Object.
public override bool Equals(object obj)
Parameter | Type | Description |
---|---|---|
obj | Object | The Object to test. |
Return Value
This method returns true if obj is a PointF
and has the same coordinates as this Point
.
See Also
- struct PointF
- namespace Aspose.PSD
- assembly Aspose.PSD