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