System::Collections::IListImplValueType::Contains method
IListImplValueType::Contains method
Checks if item is present in list.
virtual bool System::Collections::IListImplValueType<T>::Contains(SharedPtr<System::Object> item) const override
Parameter | Type | Description |
---|---|---|
item | SharedPtr<System::Object> | Item to look for. |
ReturnValue
True if item is found, false otherwise.
See Also
- Typedef SharedPtr
- Class Object
- Class IListImplValueType
- Namespace System::Collections
- Library Aspose.TeX for C++