Implemented interface member:
1 reference to Equals
Microsoft.CodeAnalysis.CSharp (1)
Declarations\SingleTypeDeclaration.cs (1)
233
return obj is TypeDeclarationIdentity &&
Equals
((TypeDeclarationIdentity)obj);