[]
        
(Showing Draft Content)

C1.Win.FlexGrid.CellRange.Equals

Equals Method

Equals(object)

Indicates whether this CellRange and a specified CellRange are equal.

Declaration
public override bool Equals(object obj)
Public Overrides Function Equals(obj As Object) As Boolean
Parameters
Type Name Description
object obj

Specified CellRange

Returns
Type Description
bool

true if equals

Overrides