Implemented interface member:
2 overrides of Equals
Microsoft.CodeAnalysis.Razor.Compiler (2)
Language\DocumentationDescriptor.FormattedDescriptor.cs (1)
36public override bool Equals(DocumentationDescriptor? other)
Language\DocumentationDescriptor.SimpleDescriptor.cs (1)
22public override bool Equals(DocumentationDescriptor? other)
2 references to Equals
Microsoft.CodeAnalysis.Razor.Compiler (2)
Language\DocumentationDescriptor.cs (1)
92=> obj is DocumentationDescriptor other && Equals(other);
Language\DocumentationObject.cs (1)
93(DocumentationDescriptor d1, DocumentationDescriptor d2) => d1.Equals(d2),