ASP.NET Core MVC Controls | ComponentOne
C1.AspNetCore.Mvc Assembly / C1.Web.Mvc.Grid Namespace / CellRange Class / Equals Method
The object to compare with the current CellRange.

In This Topic
    Equals Method
    In This Topic
    Determines whether the specified object is equal to the current CellRange.
    Syntax
    'Declaration
     
    Public Overrides Function Equals( _
       ByVal obj As Object _
    ) As Boolean
    public override bool Equals( 
       object obj
    )

    Parameters

    obj
    The object to compare with the current CellRange.

    Return Value

    Determines whether the specified object is equal to the current CellRange.
    See Also