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
Parameter | Type | Description |
---|---|---|
value | const System::Collections::Generic::KeyValuePair<System::String, System::SharedPtr<System::Object>>& | The value. |
ReturnValue
true if [contains] [the specified value]; otherwise, false.
See Also
- Class KeyValuePair
- Class String
- Typedef SharedPtr
- Class Object
- Class DestinationCollection
- Namespace Aspose::Pdf
- Library Aspose.PDF for C++