System::Collections::IList::Contains method
IList::Contains method
Checks if the item is in the list.
virtual bool System::Collections::IList::Contains(SharedPtr<System::Object> item) const =0
Parameter | Type | Description |
---|---|---|
item | SharedPtr<System::Object> | The item to look for. |
ReturnValue
True if item is found, false otherwise.
See Also
- Typedef SharedPtr
- Class Object
- Class IList
- Namespace System::Collections
- Library Aspose.PUB for C++