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