8 references to EqualityComparersAreEqual
System.Private.CoreLib (8)
src\libraries\System.Private.CoreLib\src\System\Collections\Generic\HashSet.cs (7)
842if (other is HashSet<T> otherAsSet && EqualityComparersAreEqual(this, otherAsSet)) 909if (other is HashSet<T> otherAsSet && EqualityComparersAreEqual(this, otherAsSet)) 946if (other is HashSet<T> otherAsSet && EqualityComparersAreEqual(this, otherAsSet)) 988if (other is HashSet<T> otherAsSet && EqualityComparersAreEqual(this, otherAsSet)) 1027EqualityComparersAreEqual(this, otherAsSet) && 1071if (other is HashSet<T> otherAsSet && EqualityComparersAreEqual(this, otherAsSet)) 1145if (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))