System::Collections::Generic::List::Exists metod
List::Exists method
Kontrollerar om ett element som uppfyller ett specifikt predikat finns i listan.
bool System::Collections::Generic::List<T>::Exists(System::Predicate<T> match)
| Parameter | Type | Beskrivning |
|---|---|---|
| match | System::Predicate<T> | Predicate för att kontrollera element med. |
ReturnValue
Sant om ett matchande element hittas, falskt annars.
Se även
- Typedef Predicate
- Class List
- Namespace System::Collections::Generic
- Library Aspose.Page for C++