Aspose::Pdf::BaseOperatorCollection::Contains method

BaseOperatorCollection::Contains method

Checks if operator exists in collection.

bool Aspose::Pdf::BaseOperatorCollection::Contains(const System::SharedPtr<Operator> &item) const override=0
ParameterTypeDescription
itemconst System::SharedPtr<Operator>&Operator item to find.

ReturnValue

True - if item found; otherwise, false.

See Also