Structural Equality: Support additional collection types that are identifiable as List, Set, or Dictionary #43
Labels
design
is:enhancement
New feature or request
pri:normal
up for grabs
This issue is open to be worked on by anyone
Currently, we only support
IList<T>
,ISet<T>
andIDictionary<TKey, TValue>
to identify collections from the BCL when comparing for structural equality. There are other types that should be included for completion, and should be comparable among similar interface groups of List, Set, or Dictionary.List
IReadOnlyList<T>
IList
Set
IReadOnlySet<T>
Dictionary
IReadOnlyDictionary<T>
IDictionary
The text was updated successfully, but these errors were encountered: