4 references to Equals
Microsoft.CodeAnalysis.CSharp (4)
Symbols\AnonymousTypes\AnonymousTypeDescriptor.cs (2)
64
return this.
Equals
(desc, TypeCompareKind.ConsiderEverything);
90
return obj is AnonymousTypeDescriptor && this.
Equals
((AnonymousTypeDescriptor)obj, TypeCompareKind.ConsiderEverything);
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);