2 implementations of SetEquals
Microsoft.CodeAnalysis.InteractiveHost (2)
src\Dependencies\Collections\Specialized\SpecializedCollections.Empty.Set.cs (1)
65public bool SetEquals(IEnumerable<T> other)
src\Dependencies\Collections\Specialized\SpecializedCollections.ReadOnly.Set.cs (1)
64public bool SetEquals(IEnumerable<T> other)