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

ParameterTypeDescription
itemSystem::SharedPtr<IParagraph>The object to locate in the ICollection.

Return Value

true if item is found in the ICollection; otherwise, false.

See Also