Dictionary.ContainsKey() returns false for existing key
I have an static IDictionaty and when I take existing key and call ContainsKey( key) this method returns false. I have no idea why this happens. What are reasons can be?
I have an static IDictionaty and when I take existing key and call ContainsKey( key) this method returns false. I have no idea why this happens. What are reasons can be?