Aspose::Pdf::DestinationCollection::Contains method

DestinationCollection::Contains method

Determines whether this instance contains the object.

bool Aspose::Pdf::DestinationCollection::Contains(const System::Collections::Generic::KeyValuePair<System::String, System::SharedPtr<System::Object>> &value) const override
ParameterTypeDescription
valueconst System::Collections::Generic::KeyValuePair<System::String, System::SharedPtr<System::Object>>&The value.

ReturnValue

true if [contains] [the specified value]; otherwise, false.

See Also