3 implementations of SetEquals
Microsoft.CodeAnalysis.CodeStyle (3)
src\Compilers\Core\Portable\InternalUtilities\SetWithInsertionOrder.cs (1)
116
public bool
SetEquals
(IEnumerable<T> other)
src\Compilers\Core\Portable\InternalUtilities\SpecializedCollections.Empty.Set.cs (1)
62
public bool
SetEquals
(IEnumerable<T> other)
src\Compilers\Core\Portable\InternalUtilities\SpecializedCollections.ReadOnly.Set.cs (1)
62
public bool
SetEquals
(IEnumerable<T> other)
1 reference to SetEquals
Microsoft.CodeAnalysis.CodeStyle (1)
src\Compilers\Core\Portable\InternalUtilities\SetWithInsertionOrder.cs (1)
117
=> Set.
SetEquals
(other);