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)
41return value1?.Equals(value2) ?? false; 61return this.Equals(other);
Protocol\VersionedTextDocumentIdentifier.cs (1)
54&& base.Equals(other);