I want to have a dictionary that assigns a value to a set of integers.
For example key is [1 2 3] and value will have certain
key
[1 2 3]
value
Use a HashSet and HashSet.CreateSetComparer(), which returns an IEqualityComparer>.
HashSet
IEqualityComparer>