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