System::Collections::IList::Contains 方法
IList::Contains method
检查项目是否在列表中。
virtual bool System::Collections::IList::Contains(SharedPtr<System::Object> item) const =0
| Parameter | Type | 描述 |
|---|---|---|
| item | SharedPtr<System::Object> | 要查找的项。 |
ReturnValue
如果找到项则为 true,否则为 false。
另见
- Typedef SharedPtr
- Class Object
- Class IList
- Namespace System::Collections
- Library Aspose.Page for C++