Implementation of configurable equality comparer
npm install equality-comparison




Implementation of configurable equality comparer
booleanMethod checks two objects equality.
numberMethod calculates object hashcode.
Default implementation of EqualityComparer based on functions equals and getHashCode.