public interface IEqualsImplementation
EqualsImplementationRegistry.boolean areEqual(@Nonnull Object aObj1, @Nonnull Object aObj2)
aObj1 - First object. May not be null.aObj2 - Second object. May not be null.true if the passed objects are equals according to the
specification of Object.class.Copyright © 2014–2015 Philip Helger. All rights reserved.