Implemented interface member:
1 override of Equals
Microsoft.CodeAnalysis.LanguageServer.Protocol (1)
Protocol\Internal\VSInternalProjectContext.cs (1)
54
public override bool
Equals
(VSProjectContext other)
3 references to Equals
Microsoft.CodeAnalysis.LanguageServer.Protocol (3)
Protocol\Extensions\VSProjectContext.cs (2)
70
return value1?.
Equals
(value2) ?? false;
91
return this.
Equals
(other);
Protocol\Internal\VSInternalProjectContext.cs (1)
49
return base.
Equals
(other)