Implemented interface member:
1 reference to Equals
Test.Utilities (1)
SymbolNamesWithValueOption.cs (1)
250public override bool Equals(object? obj) => Equals(obj as SymbolNamesWithValueOption<TValue>);