Implemented interface members:
method
SetEquals
System.Collections.Generic.IReadOnlySet<T>.SetEquals(System.Collections.Generic.IEnumerable<T>)
method
SetEquals
System.Collections.Generic.ISet<T>.SetEquals(System.Collections.Generic.IEnumerable<T>)
1 reference to SetEquals
System.Collections (1)
System\Collections\Generic\SortedSet.cs (1)
807return set1.Count == set2.Count && set1.SetEquals(set2);