This default implementation of {@link EqualityComparator} uses object equality for comparisons by calling {@link Object#hashCode} and {@link Object#equals}.
@author Sam Harwell
<p>This implementation returns {@code obj.}{@link Object#hashCode hashCode()}.</p> @uml @safe @nothrow
See Implementation
This default implementation of {@link EqualityComparator} uses object equality for comparisons by calling {@link Object#hashCode} and {@link Object#equals}.
@author Sam Harwell