System::Collections::IListImplRefType::Contains method
IListImplRefType::Contains method
Verifica se l’elemento è presente nell’elenco.
virtual bool System::Collections::IListImplRefType<T>::Contains(SharedPtr<System::Object> item) const override
| Parametro | Tipo | Descrizione |
|---|---|---|
| elemento | 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.Font for C++