Wijmo UI for the Web
isEqual Method
wijmo.grid Namespace > cellInfoRange type : isEqual Method
Range to compare.
Compares the current range with a specified range and indicates whether they are identical.
Syntax
var instance = new wijmo.grid.cellInfoRange();
var value; // Type: bool

// Parameters
var range; // Type:  cellInfoRange

value = instance.isEqual(range);
function isEqual( 
   range : cellInfoRange
) : bool;

Parameters

range
Range to compare.

Return Value

True if the ranges are identical, otherwise false.
Example
var isEqual = range1.isEqual(range2);
See Also

Reference

cellInfoRange type