System::Collections::IList::Contains método
IList::Contains method
Comprueba si el elemento está en la lista.
virtual bool System::Collections::IList::Contains(SharedPtr<System::Object> item) const =0
| Parámetro | Tipo | Descripción |
|---|---|---|
| item | SharedPtr<System::Object> | El elemento a buscar. |
ReturnValue
Verdadero si se encuentra el elemento, falso de lo contrario.
Ver también
- Typedef SharedPtr
- Class Object
- Class IList
- Namespace System::Collections
- Library Aspose.Page for C++