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