Hi, it is not possible to hash a dictionary.
You might be wondering why. It is because they are actually mutable containers of data and it is as simple as that.
So if the dictionary was hashed, then the contents of the hash table would vary/change along with the change in content respectively which doesn't make any sense with respect to data usage.
Hope this helped!