T - Type of objects to compare@FunctionalInterface public interface IEqualsImplementation<T>
EqualsImplementationRegistry.| Modifier and Type | Method and Description |
|---|---|
boolean |
areEqual(T aObj1,
T aObj2)
Check if the passed two objects are identical or not.
|
boolean areEqual(@Nonnull T aObj1, @Nonnull T 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–2017 Philip Helger. All rights reserved.