ComponentOne Calendar for ASP.NET Web Forms
C1.Web.Wijmo.Controls.4 Assembly / C1.Web.Wijmo.Controls Namespace / PointF Structure / Equals Method
The System.Object to test.

In This Topic
    Equals Method
    In This Topic
    Specifies whether this PointF contains the same coordinates as the specified PointF.
    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 PointF and has the same coordinates as this PointF.
    See Also