Aspose::Pdf::OperatorCollection::Contains method

OperatorCollection::Contains method

Returns true if the collection contains given operator.

bool Aspose::Pdf::OperatorCollection::Contains(const System::SharedPtr<Operator> &op) const override
ParameterTypeDescription
opconst System::SharedPtr<Operator>&Operator value.

ReturnValue

True - if operator found; otherwise, false.

See Also