I found this post: Comparing 2 Dictionary<string, string> Instances
It's close enough to what I'm trying to do, so I thought it should work. I tried both the selected answer and the second answer and they both always return false in my case.
I'm trying to compare one pair of dictionaries and then the second pair. activeForm and activeFiles should be equal. archivedForm and archivedFiles should be equal.
Don't know what else I could try. Any ideas?