2 references to Equals
Microsoft.CodeAnalysis.CSharp (2)
Symbols\AnonymousTypes\PublicSymbols\AnonymousType.DelegatePublicSymbol.cs (1)
85
return other is { } && this.TypeDescriptor.
Equals
(other.TypeDescriptor, comparison);
Symbols\AnonymousTypes\PublicSymbols\AnonymousType.TypePublicSymbol.cs (1)
128
return other is { } && this.TypeDescriptor.
Equals
(other.TypeDescriptor, comparison);