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