The dictionary class in the coding language c# contains a ContainsKey method to check and see if a dictionary contains any objects with the key you put in as the parameter. (Well technically one of that object since you can't have two objects with the same key in a dictionary)
English
-
Ive always wondered about that. Thanks.
-
I gotchu