System::Collections::Generic::List::Exists yöntemi
List::Exists method
Listedeki belirli bir koşula uyan öğenin var olup olmadığını denetler.
bool System::Collections::Generic::List<T>::Exists(System::Predicate<T> match)
| Parametre | Tür | Açıklama |
|---|---|---|
| match | System::Predicate<T> | Predicate elemanları kontrol etmek için. |
ReturnValue
Eşleşen öğe bulunursa doğru, aksi takdirde yanlış.
Ayrıca Bakınız
- Typedef Predicate
- Class List
- Namespace System::Collections::Generic
- Library Aspose.Font for C++