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

Namespace:  EGIS.ShapeFileLib
Assembly:  EGIS.ShapeFileLib (in EGIS.ShapeFileLib.dll)

Syntax

Visual Basic
Public Overrides Function Equals ( _
	obj As Object _
) As Boolean
C#
public override bool Equals(
	Object obj
)
Visual C++
public:
virtual bool Equals(
	Object^ obj
) override
JavaScript
function equals(obj);

Parameters

obj
Type: System..::..Object
The Object to test.

Return Value

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

See Also