Implemented interface members:
2 references to SetEquals
Microsoft.CodeAnalysis.Workspaces (1)
Workspace\Solution\ProjectCone.cs (1)
34=> other is not null && this.RootProjectId == other.RootProjectId && this.ProjectIds.SetEquals(other.ProjectIds);
System.Collections.Immutable (1)
System\Collections\Frozen\FrozenSet.cs (1)
443/// <inheritdoc cref="SetEquals" />