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