Maps for ASP.NET Web Forms
Equals Method (PointD)

C1.Web.Wijmo.Controls.4 Assembly > C1.Web.Wijmo.Controls.C1Maps Namespace > PointD Structure : Equals Method
The System.Object to test.
Specifies whether this PointD contains the same coordinates as the specified PointD.
Syntax
'Declaration
 
Public Overrides Function Equals( _
   ByVal obj As System.Object _
) As System.Boolean
public override System.bool Equals( 
   System.object obj
)

Parameters

obj
The System.Object to test.

Return Value

true if obj is a PointD and has the same coordinates as this PointD.
See Also

Reference

PointD Structure
PointD Members