Implemented interface member:
6 references to Equals
Microsoft.CodeAnalysis (5)
Diagnostic\FileLinePositionSpan.cs (1)
100=> Span.Equals(other.Span) &&
Syntax\LineMapping.cs (1)
51=> Span.Equals(other.Span) && CharacterOffset.Equals(other.CharacterOffset) && MappedSpan.Equals(other.MappedSpan);
Text\LinePositionSpan.cs (3)
58return obj is LinePositionSpan span && Equals(span); 74return left.Equals(right); 79return !left.Equals(right);
Microsoft.CodeAnalysis.Features (1)
EditAndContinue\SourceFileSpan.cs (1)
65=> Span.Equals(other.Span) && string.Equals(Path, other.Path, StringComparison.Ordinal);