Search code examples
If getHashCode() for string or integer is not guaranteed to be unique why use it?...


c#.netlinqhashcodeiequalitycomparer

Read More
Breakpoint in Equals implementation on IEqualityComparer<CustomClass> is never hit...


c#iequalitycomparer

Read More
IEqualityComparer for anonymous type...


linqlambdaanonymous-typesiequalitycomparer

Read More
Why does the default equality comparer for records behave differently when the record contains certa...


delphirecorddelphi-11-alexandriaiequalitycomparer

Read More
IEqualityComparer<T> that uses ReferenceEquals...


c#.netiequalitycomparerreferenceequals

Read More
IEqualityComparer<double> with a tolerance; how to implement GetHashCode?...


.netdoublehashcodeiequalitycomparerepsilon

Read More
Does .NET Hashtable uses the specialized Font equality comparer when fonts are used as keys?...


c#fontshashtableequalityiequalitycomparer

Read More
GroupBy HashSet not grouping, whilst SetEquals is true...


c#linqgroup-byhashsetiequalitycomparer

Read More
HashSet<T>.CreateSetComparer() cannot specify IEqualityComparer<T>, is there an alternat...


c#hashsetiequalitycomparer

Read More
Correct usage of GetHashCode in IEqualityComparer...


c#ienumerableiequalitycomparer

Read More
Should I raise exceptions in Equals() and GetHashCode() if true comparison needs an IEqualityCompare...


c#.netiequalitycomparer

Read More
Distinct not working with LINQ to Objects...


c#.netlinqiequatableiequalitycomparer

Read More
Using custom comparer for strings...


c#stringiequalitycomparerstringcomparer

Read More
Why IEqualityComparer doesn't work as expected?...


c#equalityiequalitycomparer

Read More
C# HashSet not using defined IEqualityComparer<>...


c#hashsetiequalitycomparer

Read More
How to use the IEqualityComparer...


c#linqiequalitycomparer

Read More
Prevent adding two items with the same byte[] key in from being added to a KeyedCollection<byte[]...


c#arraysiequalitycomparer

Read More
Collections with user defined class - find differences...


c#observablecollectioniequalitycomparericomparable

Read More
Given a custom generic class that stores a List<T> how do I prevent adding an object of type T...


c#genericsiequalitycomparer

Read More
IEqualityComparer for SequenceEqual...


c#.netlinqiequalitycomparer

Read More
What is the difference between IEqualityComparer<T> and IEquatable<T>?...


c#.netequalsiequalitycompareriequatable

Read More
I need to strip all the symbols from a string in order to create an `IEqualityComparer` that ignores...


c#stringiequalitycomparer

Read More
Why when i call the remove operation of this hashset it doesn't use the gethashcode neither the ...


c#hashsetiequalitycomparer

Read More
Correct way to implement IEqualityComparer...


c#listcompare.net-5iequalitycomparer

Read More
Not getting properties on generic parameter T when trying to create generic comparer to compare 2 ob...


c#.netiequalitycomparer

Read More
How to find a best match among combinations in C#...


c#collectionscombinationsienumerableiequalitycomparer

Read More
Create a generic method to use EqualityComparer that I have defined for specific types...


c#genericscollectionsequalityiequalitycomparer

Read More
Using custom EqualityComparer to check if C# item has been updated in a list...


c#.netlinqiequalitycomparer

Read More
Linq Group by Complex Object (E.G list element of object)...


c#linqgethashcodeiequalitycomparer

Read More
How to .GroupBy() by Id and by list property?...


c#.netlinqgroup-byiequalitycomparer

Read More
BackNext