Aspose::Pdf::Forms::OptionCollection::Contains method

OptionCollection::Contains method

Checks if item exists in collection, throws NotImplementedException .

bool Aspose::Pdf::Forms::OptionCollection::Contains(const System::SharedPtr<Option> &item) const override
ParameterTypeDescription
itemconst System::SharedPtr<Option>&Operator item to find.

ReturnValue

Throws NotImplementedException

See Also