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