Implemented interface member:
6 references to Equals
Microsoft.CodeAnalysis (6)
Diagnostic\ExternalFileLocation.cs (2)
73
&& _lineSpan.
Equals
(obj._lineSpan)
74
&& _mappedLineSpan.
Equals
(obj._mappedLineSpan);
Diagnostic\FileLinePositionSpan.cs (2)
108
=> other is FileLinePositionSpan span &&
Equals
(span);
129
=> left.
Equals
(right);
Diagnostic\XmlLocation.cs (1)
68
return other != null && other._positionSpan.
Equals
(_positionSpan);
Syntax\LineMapping.cs (1)
51
=> Span.Equals(other.Span) && CharacterOffset.Equals(other.CharacterOffset) && MappedSpan.
Equals
(other.MappedSpan);