Implemented interface member:
5 references to Equals
Microsoft.CodeAnalysis (5)
ImmutableSegmentedHashSet`1.cs (5)
43=> left.Equals(right); 46=> !left.Equals(right); 49=> left.GetValueOrDefault().Equals(right.GetValueOrDefault()); 52=> !left.GetValueOrDefault().Equals(right.GetValueOrDefault()); 270=> obj is ImmutableSegmentedHashSet<T> other && Equals(other);