Search code examples
Compare Objects' properties using hashcode...


c#hashcodegethashcodeiequatable

Read More
Comparison of Objects (Multiple Levels)...


c#iequatable

Read More
What are the drawbacks of using a Guid().GetHashCode() when overriding GetHashCode()...


c#dictionaryequalsgethashcodeiequatable

Read More
When to specify constraint `T : IEquatable<T>` even though it is not strictly required?...


c#genericstype-parametertype-constraintsiequatable

Read More
Suggested naming convention for IEquatable(Of T).Equals?...


vb.netiequatable

Read More
Using struct as key for dictionary and weird stuff is happening...


c#.netdictionarystructiequatable

Read More
IEquatable - Overriding Equals - checking for nulls...


c#nullreferenceexceptioniequatable

Read More
GetHashCode is implemented but Dictionary is unable to find the key?...


c#dictionarygethashcodeiequatable

Read More
IEquatable(Of T)/IEqualityComparer(Of T) Not Being Called...


.netlinqiequalitycompareriequatable

Read More
How to implement IEquatable<T> when mutable fields are part of the equality - Problem with Get...


equalshashsetmutablegethashcodeiequatable

Read More
How to test for NaN with generics (or why NaN.Equals(NaN) == true)?...


c#iequatable

Read More
C# dictionary uniqueness for sibling classes using IEquatable<T>...


c#dictionaryuniqueidentityiequatable

Read More
How to structure classes to Implement IEquatable and ISerializable...


c#iequatableiserializable

Read More
Cascading IEquatable(Of T)...


vb.netgenericsiequatable

Read More
Have implemented IEquatable correctly? Should I always override GetHashCode?...


vb.netiequatable

Read More
Does IEquatable cascade?...


c#classiequatable

Read More
Implementing IEquatable<T> in a mutable type...


c#.netequalsiequatable

Read More
How to treat nulls in equality comparisons?...


c#.netoperatorsiequatableequals-operator

Read More
When I compare an Object (type) does it uses the IEquatable of a specific class?...


c#genericsiequatable

Read More
Find an item inside a List<T> by providing a sample object instance...


c#listicollectioniequatable

Read More
Custom object using Except failing to use IEqualityComparer<T>...


c#linqiequalitycompareriequatable

Read More
collections.Contains(T) method...


c#containersequalscontainsiequatable

Read More
Linq .Except function "At least one object must implement IComparable."...


c#linqiequatable

Read More
in IEquatable<T> implementation is reference check necessary...


c#equalsiequatable

Read More
Linq Distinct with a single comparison class (and interface)...


linqinterfacedistinctiequalitycompareriequatable

Read More
C# generic list of my class contains method not finding my instance...


c#equalscontainsgeneric-listiequatable

Read More
How do I get Distinct() to work with a collection of custom objects...


c#.netlinqiequatable

Read More
How would you go about making a List<> comparable?...


silverlighttelerikienumerableicomparableiequatable

Read More
How to use Object.GetHashCode() on a type that overrides GetHashCode()...


c#gethashcodeiequatableiequalitycomparerreferenceequals

Read More
Comparing two List<MyClass> in C#...


c#.netlistiequatableiequalitycomparer

Read More
BackNext