System::Collections::Generic::LinkedList::Contains मेथड
LinkedList::Contains method
जाँचता है कि element सूची में मौजूद है या नहीं।
bool System::Collections::Generic::LinkedList<T>::Contains(const T &element) const override
| पैरामीटर | प्रकार | विवरण |
|---|---|---|
| element | const T& | खोजने के लिए तत्व। |
ReturnValue
यदि element मिला तो सत्य, अन्यथा असत्य।
संबंधित देखें
- Class LinkedList
- Namespace System::Collections::Generic
- Library Aspose.Page for C++