System::Collections::Generic::LinkedList::Contains طريقة
LinkedList::Contains method
يتحقق مما إذا كان element موجودًا في القائمة.
bool System::Collections::Generic::LinkedList<T>::Contains(const T &element) const override
| Parameter | Type | الوصف |
|---|---|---|
| element | const T& | العنصر للبحث عنه. |
ReturnValue
صحيح إذا تم العثور على element، خطأ بخلاف ذلك.
انظر أيضًا
- Class LinkedList
- Namespace System::Collections::Generic
- Library Aspose.Page for C++