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

// Parameters
var range; // Type:  cellInfoRange

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

See Also

Reference

cellInfoRange type

 

 


© 2013 All Rights Reserved.

Send comments on this topic.