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