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
 

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