8 references to EqualityComparersAreEqual
System.Private.CoreLib (8)
src\libraries\System.Private.CoreLib\src\System\Collections\Generic\HashSet.cs (7)
850if (other is HashSet<T> otherAsSet && EqualityComparersAreEqual(this, otherAsSet)) 917if (other is HashSet<T> otherAsSet && EqualityComparersAreEqual(this, otherAsSet)) 954if (other is HashSet<T> otherAsSet && EqualityComparersAreEqual(this, otherAsSet)) 996if (other is HashSet<T> otherAsSet && EqualityComparersAreEqual(this, otherAsSet)) 1035EqualityComparersAreEqual(this, otherAsSet) && 1079if (other is HashSet<T> otherAsSet && EqualityComparersAreEqual(this, otherAsSet)) 1153if (other is HashSet<T> otherAsSet && EqualityComparersAreEqual(this, otherAsSet))
src\libraries\System.Private.CoreLib\src\System\Collections\Generic\HashSetEqualityComparer.cs (1)
29if (HashSet<T>.EqualityComparersAreEqual(x, y))