compareValue method

Compares two Values.

Syntax
int Value.compareValue(
  Value other
) throws ULjException
Parameters
  • other   The Value being compared against.

Returns

0 if the Value interface is equivalent to other, a negative integer if it is less than other, and a positive integer if it is greater than other.