Implemented interface member:
2 references to Equals
Microsoft.CodeAnalysis.LanguageServer.Protocol (2)
Protocol\Extensions\VSTextDocumentIdentifier.cs (2)
39
return value1?.
Equals
(value2) ?? false;
59
return this.
Equals
(other);