public interface IEqualsImplementation
EqualsImplementationRegistry.| Modifier and Type | Method and Description |
|---|---|
boolean |
areEqual(Object aObj1,
Object aObj2)
Check if the passed two objects are identical or not.
|
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.