Info
Version: | 1.0.0 |
Author(s): | Nick Strupat |
Last Update: | Friday, January 22, 2016 |
.NET Fiddle: | Create the first Fiddle |
NuGet Url: | https://www.nuget.org/packages/Equality |
Install
Install-Package Equality
dotnet add package Equality
paket add Equality
Equality Download (Unzip the "nupkg" after downloading)
Dependencies
- Mono.Reflection(>= 1.0.0)
Automatically produces equality comparison and hash-code generation for any type by emitting IL based on your type. Emitted code is cached and specialized for struct and class types.
Specify fields and auto-properties to ignore, as well as properties you want to include by applying attributes.