System::Collections::Generic::List::Exists طريقة
List::Exists method
يتحقق مما إذا كان عنصر يطابق شرطًا محددًا موجودًا في القائمة.
bool System::Collections::Generic::List<T>::Exists(System::Predicate<T> match)
| معامل | نوع | الوصف |
|---|---|---|
| match | System::Predicate<T> | Predicate للتحقق من العناصر |
ReturnValue
صحيح إذا تم العثور على العنصر المطابق، وإلا خطأ.
انظر أيضًا
- Typedef Predicate
- Class List
- Namespace System::Collections::Generic
- Library Aspose.Font for C++