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.Page for C++