Wijmo UI for the Web
isEqual Method
wijmo.grid Namespace > cellInfo type : isEqual Method
The object to compare
Compares the current object with an object you have specified and indicates whether they are identical
Syntax
var instance = new wijmo.grid.cellInfo();
var returnValue; // Type: bool

// Parameters
var value; // Type:  cellInfo

returnValue = instance.isEqual(value);
function isEqual( 
   value : cellInfo
) : bool;

Parameters

value
The object to compare

Return Value

True if the objects are identical, otherwise false.
Example
var isEqual = cellInfoObj1.isEqual(cellInfoObj2);
See Also

Reference

cellInfo type