4 references to Equals
Microsoft.CodeAnalysis.VisualBasic (4)
Emit\EditAndContinue\VisualBasicSymbolMatcher.vb (4)
426Return Me._comparer.Equals(field.Type, other.Type) 438Return _comparer.Equals(method.ReturnType, other.ReturnType) AndAlso 474Return parameter.IsByRef = other.IsByRef AndAlso Me._comparer.Equals(parameter.Type, other.Type) 482Return Me._comparer.Equals([property].Type, other.Type) AndAlso