System::Collections::Generic::List::Exists method
List::Exists method
Comprueba si existe un elemento que cumpla un predicado específico en la lista.
bool System::Collections::Generic::List<T>::Exists(System::Predicate<T> match)
| Parámetro | Tipo | Descripción |
|---|---|---|
| match | System::Predicate<T> | Predicate para comprobar elementos con. |
ReturnValue
Verdadero si se encuentra un elemento coincidente, falso en caso contrario.
Ver también
- Typedef Predicate
- Class List
- Namespace System::Collections::Generic
- Library Aspose.Page for C++