Specifies whether this
PointF contains the same coordinates as the specified
PointF.
'Declaration
Public Overrides Function Equals( _
ByVal As System.Object _
) As System.Boolean
public override System.bool Equals(
System.object
)
Parameters
- obj
- The System.Object to test.
Return Value
true
if is a
PointF and has the same coordinates as this
PointF.