C#C
C#3y ago
mh

❔ Override ConcurrentDictionary EqualityComparer<TValue>?

If TValues are heavy to compare (for example, large FsharpMaps with structural comparison), is there a way to override the Equals comparison for TValues? Reference equality would suffice in this case.
Was this page helpful?