Contains()
IPortionCollection::Contains(System::SharedPtr<IPortion>) method
Determines whether the ICollection contains a specific value.
virtual bool Aspose::Slides::IPortionCollection::Contains(System::SharedPtr<IPortion> item)=0
Arguments
Parameter | Type | Description |
---|---|---|
item | System::SharedPtr<IPortion> | The object to locate in the ICollection. |
Return Value
true if item is found in the ICollection; otherwise, false.
See Also
- Typedef SharedPtr
- Class IPortion
- Class IPortionCollection
- Namespace Aspose::Slides
- Library Aspose.Slides