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

// Parameters
var value; // Type:  cellInfo

returnValue = instance.isEqual(value);
Javascript (Specification) 
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);
Browser Compatibility
7
5
5

See Also

Reference

cellInfo type

 

 


© 2013 All Rights Reserved.

Send comments on this topic.