[]
        
(Showing Draft Content)

C1.Web.Mvc.Grid.CellRange.Equals

Equals Method

Equals(object)

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

Declaration
public override bool Equals(object obj)
Parameters
Type Name Description
object obj

The object to compare with the current CellRange.

Returns
Type Description
bool

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

Overrides