Implemented interface member:
5 references to Equals
Microsoft.CodeAnalysis.LanguageServer.Protocol (5)
Protocol\Extensions\VSTextDocumentIdentifier.cs (1)
51
&& base.
Equals
(other);
Protocol\OptionalVersionedTextDocumentIdentifier.cs (1)
54
&& base.
Equals
(other);
Protocol\TextDocumentIdentifier.cs (2)
41
return value1?.
Equals
(value2) ?? false;
61
return this.
Equals
(other);
Protocol\VersionedTextDocumentIdentifier.cs (1)
54
&& base.
Equals
(other);