C# IDictonary check if a key exists code example Example: c# check to see if dictionary key exists bool keyExists = dict.ContainsKey(key);