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

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

Syntax

JavaScript
function isEqual(info);

Parameters

info
Type: C1.Web.UI.Controls.C1GridView..::..CellInfo
A CellInfo object to compare.

Return Value

True if the objects are identical, otherwise False.

See Also