ComponentOne Dialog for ASP.NET Web Forms
C1.Web.Wijmo.Controls.45 Assembly / C1.Web.Wijmo.Controls.C1Maps Namespace / PointD Structure / Equality Operator
A PointD to compare.
A PointD to compare.

In This Topic
    Equality Operator (PointD)
    In This Topic
    Compares two PointD objects. The result specifies whether the values of the X and properties of the two PointD objects are equal.
    Syntax
    'Declaration
     
    Public Operator =( _
       ByVal left As PointD, _
       ByVal right As PointD _
    ) As System.Boolean
    public System.bool operator ==( 
       PointD left,
       PointD right
    )

    Parameters

    left
    A PointD to compare.
    right
    A PointD to compare.

    Return Value

    true if the X and Y values of the left and right are equal; otherwise, false.
    See Also