System::Collections::IList::Contains méthode
IList::Contains method
Vérifie si l’élément est dans la liste.
virtual bool System::Collections::IList::Contains(SharedPtr<System::Object> item) const =0
| Paramètre | Type | Description |
|---|---|---|
| élément | SharedPtr<System::Object> | L’élément à rechercher. |
ReturnValue
Vrai si l’élément est trouvé, faux sinon.
Voir aussi
- Typedef SharedPtr
- Class Object
- Class IList
- Namespace System::Collections
- Library Aspose.Font for C++