Info
Version: | 1.0.0 |
Author(s): | M. Sugakov |
Last Update: | Wednesday, July 17, 2013 |
.NET Fiddle: | Create the first Fiddle |
Project Url: | https://github.com/alabax/YetAnotherEqualityComparer |
NuGet Url: | https://www.nuget.org/packages/YetAnotherEqualityComparer |
Install
Install-Package YetAnotherEqualityComparer
dotnet add package YetAnotherEqualityComparer
paket add YetAnotherEqualityComparer
YetAnotherEqualityComparer Download (Unzip the "nupkg" after downloading)
Dependencies
Tags
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 implement overrides of Equals and GetHashCode methods by using provided MemberEqualityComparer type thus minimizing boilerplate.