Implemented interface member:
4 references to Equals
Microsoft.CodeAnalysis.Razor.Compiler (4)
Language\TagHelperCollection.cs (1)
109
=> obj is TagHelperCollection other &&
Equals
(other);
Language\TagHelperCollection_Factories.cs (1)
328
if (first.
Equals
(second))
SourceGenerators\SourceGeneratorProjectEngine.cs (2)
81
if (tagHelpers.
Equals
(previousTagHelpers))
152
if (first.
Equals
(second))