Implemented interface member:
3 references to Equals
Microsoft.CodeAnalysis (1)
Syntax\SyntaxList`1.cs (1)
477
return obj is SyntaxList<TNode> &&
Equals
((SyntaxList<TNode>)obj);
Microsoft.CodeAnalysis.VisualBasic (2)
Symbols\Source\SourceComplexParameterSymbol.vb (2)
79
If attributes.
Equals
(Nothing) Then
81
ElseIf otherAttributes.
Equals
(Nothing) Then