Implemented interface member:
2 references to Equals
Microsoft.CodeAnalysis (2)
Text\TextChange.cs (2)
60
return obj is TextChange && this.
Equals
((TextChange)obj);
77
return left.
Equals
(right);