ICI Modules: long: compare
Modules by name : by typeSynopsis
int = long.compare(long, long)Description
Compares the two long arguments and returns -1 if the first argument is less than the second, 0 if the values are equal or 1 if the second argument is greater than the first.