Compares the current range with a specified range and indicates whether they are identical.

Namespace:  C1.Web.UI.Controls.C1GridView
Assembly:  C1GridViewClient (in C1GridViewClient.dll)

Syntax

JavaScript
function isEqual(range);

Parameters

range
Type: C1.Web.UI.Controls.C1GridView..::..CellRange
Range to compare.

Return Value

True if the ranges are identical, otherwise False.

See Also