2 references to Equals
Microsoft.CodeAnalysis.CSharp (2)
Symbols\TypeParameterSymbol.cs (2)
655
return this.
Equals
(t2 as TypeParameterSymbol, comparison);
660
return
Equals
(other, TypeCompareKind.ConsiderEverything);