Implemented interface member:
1 reference to Equals
Microsoft.CodeAnalysis (1)
CommandLine\CommonCompiler.ExistingReferencesResolver.cs (1)
83
public override bool Equals(object? other) => other is ExistingReferencesResolver obj &&
Equals
(obj);