Interface ObjectAttributeComparator<T>

    • Method Detail

      • isEqual

        boolean isEqual​(T object1,
                        T object2)
        Checks, if two objects are considered equal.
        Parameters:
        object1 - first object
        object2 - second object
        Returns:
        true, if equal, false otherwise