Aspose::Pdf::OutlineCollection::Contains method

OutlineCollection::Contains method

Checks does collection contains given item.

bool Aspose::Pdf::OutlineCollection::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