Interface ICustomEquivalence

    • Method Detail

      • isEquivalent

        boolean isEquivalent​(Object obj)
        Returns whether this object is equivalent to the given object. If the object is equivalent, it will not need to be updated during synchronization.
        Parameters:
        obj - the object to compare with.
        Returns:
        true if the objects are equivalent, false otherwise.
        Since:
        6.2.0