ComponentOne Dialog for ASP.NET Web Forms
C1.Web.Wijmo.Controls.45 Assembly / C1.Web.Wijmo.Controls.C1Maps Namespace / PointD Structure / Equals Method
The System.Object to test.

In This Topic
    Equals Method (PointD)
    In This Topic
    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