List Question
20 TechQA 2016-12-24T11:35:46.160000C# User class. GetHashCode implementation
769 views
Asked by murzagurskiy
Why GetHashCode method needs to do shift in C#
858 views
Asked by Allen Chen
Generate integer based on any given string (without GetHashCode)
29.8k views
Asked by mrb398
64bit HashCodes, IEqualityComparer & Intersect/Except
285 views
Asked by mrb398
Implementation of Object.GetHashCode()
2.2k views
Asked by Belgi
what is the correct way for overriding string.GetHashCode()?
284 views
Asked by stackuser83
How to successfully hash System.Windows.Input.Key values with modifier key states?
584 views
Asked by Joan Venge
How to write hash code for a tree-like data structure based on the location of the item in the tree?
1.5k views
Asked by Joan Venge
How do I create a HashCode in .net (c#) for a string that is safe to store in a database?
21.2k views
Asked by Ian Ringrose
What should GetHashCode return when object's identifier is null?
19.9k views
Asked by Dienekes
add Equality Comparer class to base class for custom property classes in c#
629 views
Asked by user369122
Dictionary using is custom key but key is always unequal
223 views
Asked by Jay
GetHashCode and Equals are implemented incorrectly in System.Attribute?
1.1k views
Asked by Cheng Chen
Library with Equals and GetHashCode helper methods for .NET
1.8k views
Asked by deamon
Will string.GetHashCode() return negative value?
12.3k views
Asked by Eric Yin
Definition of GetHashCode() in C#
371 views
Asked by Chavoosh
How to implement GetHashCode for a pair of 3D vectors
5.5k views
Asked by Casto
HashSet limit - how to proceed?
815 views
Asked by Thorsten Kettner
ErrorProvider with custom GetHashCode
198 views
Asked by Marco
How do I Override GetHashCode and CompareTo for a Discriminated Union in F#?
997 views
Asked by user2023861