2 references to Equals
Microsoft.CodeAnalysis.VisualBasic (2)
Symbols\AnonymousTypes\AnonymousTypeDescriptor.vb (1)
85Return Equals(other, TypeCompareKind.ConsiderEverything)
Symbols\AnonymousTypes\PublicSymbols\AnonymousTypeOrDelegatePublicSymbol.vb (1)
325Return other IsNot Nothing AndAlso Me.TypeKind = other.TypeKind AndAlso Me.TypeDescriptor.Equals(other.TypeDescriptor, comparison)