Class FieldComparator

    • Constructor Detail

      • FieldComparator

        public FieldComparator()
        Deprecated.
    • Method Detail

      • compare

        public boolean compare​(String lhs,
                               String rhs)
        Deprecated.
        Given two values, returns true if they are equal. Given currency values, (eg x.yz) will compare numerically, therefore 1.0 and 1 are considered to be equal.
        Parameters:
        lhs - a String value
        rhs - a String value
        Returns:
        boolean true if the values are equal, or else false.