StackOverflow Questions for Tag: iequalitycomparer

Eric Snyder
Eric Snyder

Reputation: 1944

Prevent adding two items with the same byte[] key in from being added to a KeyedCollection<byte[], MyObject>

Score: 1

Views: 38

Answers: 1

Read More

Shortest function that gives same result as === when comparing 2 variables

Score: -1

Views: 65

Answers: 1

Read More
kanko
kanko

Reputation:

IEnumerable.Except() and a custom comparer

Score: 2

Views: 7439

Answers: 4

Read More
RollRoll
RollRoll

Reputation: 8472

What is the clean way for checking null equality for a class implementing IEqualityComparer<T>?

Score: 0

Views: 81

Answers: 3

Read More
Lucy82
Lucy82

Reputation: 693

Collections with user defined class - find differences

Score: 0

Views: 101

Answers: 1

Read More
Hidemat
Hidemat

Reputation: 39

Given a custom generic class that stores a List<T> how do I prevent adding an object of type T more than once to the List<T>?

Score: 0

Views: 149

Answers: 3

Read More
user2037593
user2037593

Reputation:

IEqualityComparer for SequenceEqual

Score: 26

Views: 7602

Answers: 2

Read More
Tilak
Tilak

Reputation: 30728

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

Score: 190

Views: 41586

Answers: 5

Read More
ChrisF
ChrisF

Reputation: 137178

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

Score: 7

Views: 192

Answers: 1

Read More
David Pinedo Solano
David Pinedo Solano

Reputation: 49

Why when i call the remove operation of this hashset it doesn't use the gethashcode neither the equality implementation?

Score: 0

Views: 277

Answers: 2

Read More
azzurro123
azzurro123

Reputation: 581

Correct way to implement IEqualityComparer

Score: -1

Views: 337

Answers: 1

Read More
I Love Stackoverflow
I Love Stackoverflow

Reputation: 6868

Not getting properties on generic parameter T when trying to create generic comparer to compare 2 objects

Score: -2

Views: 1044

Answers: 3

Read More
user3610920
user3610920

Reputation: 1652

How to find a best match among combinations in C#

Score: 0

Views: 444

Answers: 1

Read More
Hdot
Hdot

Reputation: 593

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

Score: 0

Views: 129

Answers: 1

Read More
Jordan1993
Jordan1993

Reputation: 822

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

Score: -3

Views: 576

Answers: 3

Read More
Cemal
Cemal

Reputation: 153

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

Score: 0

Views: 286

Answers: 1

Read More
letie
letie

Reputation: 894

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

Score: 1

Views: 563

Answers: 2

Read More
bkulaksiz
bkulaksiz

Reputation: 77

C#'s IEqualityComparer<TType> similar or alternative in Swift Language

Score: 0

Views: 105

Answers: 1

Read More
Hassan Ahmadi
Hassan Ahmadi

Reputation: 706

What is the most optimized way to implement an ignore case dictionary in c#

Score: 1

Views: 109

Answers: 0

Read More
Carlos Magno Rosa
Carlos Magno Rosa

Reputation: 313

List<HashSet<int>> Except() List<HashSet<int>> Compare Lists of HashSets

Score: 0

Views: 46

Answers: 0

Read More
PreviousPage 2Next