Class InstanceOfEqualsChecker

    • Method Detail

      • equals

        public boolean equals​(Class<?> objectT,
                              Object objectK)
        Description copied from interface: EqualsChecker
        Calculate equality by specific attributes.
        Specified by:
        equals in interface EqualsChecker<Class<?>,​Object>
        Parameters:
        objectT - the first object, of type T
        objectK - the other object, of type K
        Returns:
        true if the objects are equals by some specific attributes