ComponentOne ASP.NET MVC Controls
Equals Method

C1.Web.Mvc.Grid Namespace > CellRange Class : Equals Method
The object to compare with the current CellRange.
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

Reference

CellRange Class
CellRange Members