This library allows comparing objects and provide distinctions. What is more, this tool can set compare strategy for certain properties or fields and types
Prevents surprises by wrong Equals usage by:
- finding Union, Contains, GroupBy, Distinct, Except, Intersect without EqualityComparer.
- finding Equals on types that do not implement IEquatable.
This library allows to define IEqualityComparer on arbitrary types to compare objects based on their members. Members are explicitly configured with strongly-typed fluent API. Members are not limited to properties but fields and methods can also be used for comparison. The library allows to...
More information
Represents a string which is guaranteed to be interned.
Provides an optimized GetHashCode() and Equals(...) overrides,
which rely on reference comparison rather than string contents.