System::Collections::Generic::LinkedList::Contains طريقة

LinkedList::Contains method

يتحقق مما إذا كان element موجودًا في القائمة.

bool System::Collections::Generic::LinkedList<T>::Contains(const T &element) const override
ParameterTypeالوصف
elementconst T&العنصر للبحث عنه.

ReturnValue

صحيح إذا تم العثور على element، خطأ بخلاف ذلك.

انظر أيضًا