Class InterfaceInstanceCustomProperty

    • Constructor Detail

      • InterfaceInstanceCustomProperty

        public InterfaceInstanceCustomProperty()
    • Method Detail

      • isEquivalent

        public boolean isEquivalent​(Object obj)
        Description copied from interface: ICustomEquivalence
        Returns whether this object is equivalent to the given object. If the object is equivalent, it will not need to be updated during synchronization.
        Specified by:
        isEquivalent in interface ICustomEquivalence
        Parameters:
        obj - the object to compare with.
        Returns:
        true if the objects are equivalent, false otherwise.