Interface ObjectAttributeComparator

    • Method Detail

      • isEqual

        boolean isEqual​(ObjectValuePair value1,
                        ObjectValuePair value2)
        Checks, if two values are considered equal. Takes two ObjectValuePairs as parameters, which hold informations about the values itself and the items and property descriptors from which they are referenced.
        Parameters:
        value1 - the first ObjectValuePair
        value2 - the second ObjectValuePair
        Returns:
        true, if equal, false otherwise