Syntax dictionaryobj.Exists(key) The Exists() method determines if an item exists in the dictionary based on the key that is passed in to the method.If key exists, true is returned, otherwise false is returned from the method.