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