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