Info
Version: | 1.0.1 |
Author(s): | Rob Kayman, Akshay Shah |
Last Update: | Tuesday, March 31, 2015 |
.NET Fiddle: | Create the first Fiddle |
Project Url: | https://github.com/PwCIAS/CalculateHash |
NuGet Url: | https://www.nuget.org/packages/HashCodeGenerator |
Install
Install-Package HashCodeGenerator
dotnet add package HashCodeGenerator
paket add HashCodeGenerator
HashCodeGenerator Download (Unzip the "nupkg" after downloading)
It provides for multiplications by prime numbers to get to a non colliding hash code.
Inspired by
http://stackoverflow.com/questions/5450696/c-sharp-generic-hashcode-implementation-for-classes.