1 reference to SortedSetEquals
System.Collections (1)
System\Collections\Generic\SortedSetEqualityComparer.cs (1)
31public bool Equals(SortedSet<T>? x, SortedSet<T>? y) => SortedSet<T>.SortedSetEquals(x, y, _comparer);