Aspose::Pdf::OutlineItemCollection::Contains method

OutlineItemCollection::Contains method

Checks if collection contains given item.

bool Aspose::Pdf::OutlineItemCollection::Contains(const System::SharedPtr<OutlineItemCollection> &item) const override
ParameterTypeDescription
itemconst System::SharedPtr<OutlineItemCollection>&The object to locate in the collection

ReturnValue

True - if item found; otherwise, false.

See Also