ModelItemDictionary.IDictionary.Contains(Object) Méthode
Définition
Détermine si l'objet IDictionary contient un élément avec la clé spécifiée.Determines whether the IDictionary object contains an element with the specified key.
virtual bool System.Collections.IDictionary.Contains(System::Object ^ key) = System::Collections::IDictionary::Contains;
bool IDictionary.Contains (object key);
Function Contains (key As Object) As Boolean Implements IDictionary.Contains
Paramètres
- key
- Object
Clé à rechercher dans l'objet IDictionary.The key to locate in the IDictionary object.
Retours
true
si IDictionary contient un élément avec la clé ; sinon, false
.true
if the IDictionary contains an element with the key; otherwise, false
.