List Question
20 TechQA 2023-07-16T15:34:37.010000Get hashcode of a HashSet based on the items present in the HashSet
207 views
Asked by karthik suryadevara
Does overriding the GetHashCode method mean used values should never change?
78 views
Asked by rick
Distinct is not working with IEquatable<T>
100 views
Asked by Mohamad Hammash
GetHashCode return the same int value for different objects
227 views
Asked by blane
Why do string hash codes change for each execution in .NET?
3.6k views
Asked by Matthew Layton
GetHashCode when one of properties can be null
324 views
Asked by Bruno Pfohl
How to find a string with specific letters in gethash javascript function
122 views
Asked by Vkx
C# – How to override GetHashCode for List<T> to calculate ETag with T being a record
1.4k views
Asked by M. Koch
How can i fix linkedlist using with iterator in Java?
43 views
Asked by Anon
GetHashCode implementation using tuples for derived class
129 views
Asked by UnionP
Is it safe to implement GetHashCode by returning an unique ID from the object?
32 views
Asked by Arthur Attout
Explaining statements in hashCode() method in plain English
51 views
Asked by apex2022
GetHashCode for a pair of playing cards C#
113 views
Asked by Steve W
Getting duplicate keys added to my Dictionary
139 views
Asked by Steve W
When overriding GetHashCode() should you also factor in the base class's HashCode?
278 views
Asked by m5rP4Z4q4
Visual Studio offers two versions of code generation for Equals and GetHashCode
135 views
Asked by H2ONaCl
How to implement the override methods of Equals and GetHashCode in a class that implements IProxyGenerationHook in Castle.Core?
274 views
Asked by Marlonchosky
HashSet on collections of objects
835 views
Asked by xuanphong
Is there a way in .NET Core to use the .NET Framework's implementation of GetHashCode()?
129 views
Asked by Omer Ron
GetHashCode for a type holding string fields
565 views
Asked by rustyBucketBay