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






In This Topic
    Equals Method (CellRange)
    In This Topic
    Determines whether the specified object is equal to the current CellRange.
    Syntax
    'Declaration
     
    
    Public Overrides Function Equals( _
       ByVal obj As System.Object _
    ) As System.Boolean
    'Usage
     
    
    Dim instance As CellRange
    Dim obj As System.Object
    Dim value As System.Boolean
     
    value = instance.Equals(obj)
    public override System.bool Equals( 
       System.object obj
    )
    public function Equals( 
        obj: System.TObject
    ): System.Boolean; override; 
    public override function Equals( 
       obj : System.Object
    ) : System.boolean;
    public: System.bool Equals( 
       System.Object* obj
    ) override 
    public:
    System.bool Equals( 
       System.Object^ obj
    ) override 

    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