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، خطأ خلاف ذلك.

انظر أيضًا