I was in a situation where I needed to compare two Dictionary objects.
More precisely: I expected value comparison (as opposed to "reference comparison").
It looks like the value comparison for dictionaries fails when the dictionaries' key order is different (even though they have the same keys and values).
Let's look at the following test:
```
Karol