طريقة System::Collections::IList::Contains

IList::Contains method

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

virtual bool System::Collections::IList::Contains(SharedPtr<System::Object> item) const =0
ParameterTypeالوصف
العنصرSharedPtr<System::Object>العنصر المراد البحث عنه.

ReturnValue

True إذا تم العثور على العنصر، false وإلا.

انظر أيضًا