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