SpreadJS Documentation
compareTo Method
Tests whether two operator structures are different.
Syntax
var instance = new GcSpread.Sheets.Calc.Operators.Operator(name);
var value; // Type: boolean
value = instance.compareTo();
function compareTo() : boolean;

Return Value

true if the operators are the same; otherwise, false.
See Also

Reference

Operator type

 

 


Copyright © GrapeCity, inc. All rights reserved.

Send comments on this topic.