var instance = new GC.Spread.Sheets.Range(r, c, rc, cc); var value; // Type: boolean value = instance.equals(range);
Parameters
- range
- The range to compare.
Return Value
true
if the current range is equal to the specified range; otherwise, false
.var instance = new GC.Spread.Sheets.Range(r, c, rc, cc); var value; // Type: boolean value = instance.equals(range);
true
if the current range is equal to the specified range; otherwise, false
.