System::Collections::Generic::List::Exists मेथड

List::Exists method

जाँचता है कि क्या सूची में विशिष्ट प्रेडिकेट को पूरा करने वाला तत्व मौजूद है।

bool System::Collections::Generic::List<T>::Exists(System::Predicate<T> match)
पैरामीटरप्रकारविवरण
matchSystem::Predicate<T>Predicate का उपयोग तत्वों को जाँचने के लिए।

ReturnValue

यदि मिलते-जुलते तत्व मिलते हैं तो सत्य, अन्यथा असत्य।

संबंधित देखें