ObjectEqualityComparator

This default implementation of {@link EqualityComparator} uses object equality for comparisons by calling {@link Object#hashCode} and {@link Object#equals}.

@author Sam Harwell

Members

Static functions

hashOf
size_t hashOf(Object obj)

<p>This implementation returns {@code obj.}{@link Object#hashCode hashCode()}.</p> @uml @safe @nothrow

instance
ObjectEqualityComparator instance()
opEquals
bool opEquals(Object a, Object b)
Undocumented in source. Be warned that the author may not have intended to support it.

Meta