>>-compare(first,second)--------------------------------><
This method returns "1" if first is larger than the second object, "0" if the two objects are equal, and "-1" if first is smaller than second. Comparisons are performed using numeric comparison rules, so the collection strings must be valid numeric values.