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