9 references to AreEqualityComparersEqual
System.Core (9)
System\Collections\Generic\HashSet.cs (9)
137if (otherAsHashSet != null && AreEqualityComparersEqual(this, otherAsHashSet)) { 519if (otherAsSet != null && AreEqualityComparersEqual(this, otherAsSet)) { 583if (otherAsSet != null && AreEqualityComparersEqual(this, otherAsSet)) { 619if (otherAsSet != null && AreEqualityComparersEqual(this, otherAsSet)) { 664if (otherAsSet != null && AreEqualityComparersEqual(this, otherAsSet)) { 708if (otherAsSet != null && AreEqualityComparersEqual(this, otherAsSet)) { 758if (otherAsSet != null && AreEqualityComparersEqual(this, otherAsSet)) { 809if (otherAsSet != null && AreEqualityComparersEqual(this, otherAsSet)) { 1476if (AreEqualityComparersEqual(set1, set2)) {