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