طريقة System::Collections::Generic::List::Exists

List::Exists method

يتحقق مما إذا كان هناك عنصر يطابق شرطًا محددًا موجودًا في القائمة.

bool System::Collections::Generic::List<T>::Exists(System::Predicate<T> match)
ParameterTypeالوصف
matchSystem::Predicate<T>Predicate للتحقق من العناصر باستخدام.

ReturnValue

صحيح إذا تم العثور على العنصر المطابق، خطأ خلاف ذلك.

انظر أيضًا