System::Collections::IListImplRefType::Contains metodo
IListImplRefType::Contains method
Verifica se l’elemento è presente nella lista.
virtual bool System::Collections::IListImplRefType<T>::Contains(SharedPtr<System::Object> item) const override
| Parametro | Tipo | Descrizione |
|---|---|---|
| item | SharedPtr<System::Object> | Elemento da cercare. |
ReturnValue
Vero se l’elemento è trovato, falso altrimenti.
Vedi anche
- Typedef SharedPtr
- Class Object
- Class IListImplRefType
- Namespace System::Collections
- Library Aspose.Page for C++