Aspose::Page::EPS::XMP::XmpMetadata::Contains method

XmpMetadata::Contains(const System::Collections::Generic::KeyValuePair<System::String, System::SharedPtr<XmpValue>>&) const method

जाँचता है कि निर्दिष्ट कुंजी-मान जोड़ी डिक्शनरी में मौजूद है या नहीं।

bool Aspose::Page::EPS::XMP::XmpMetadata::Contains(const System::Collections::Generic::KeyValuePair<System::String, System::SharedPtr<XmpValue>> &item) const override
पैरामीटरप्रकारविवरण
आइटमconst System::Collections::Generic::KeyValuePair<System::String, System::SharedPtr<XmpValue>>&कुंजी-मूल्य जोड़ी।

ReturnValue

यदि यह जोड़ी मिली हो तो true।

संबंधित देखें

XmpMetadata::Contains(const System::String&) const method

जाँचता है कि कुंजी मेटाडेटा में मौजूद है या नहीं।

bool Aspose::Page::EPS::XMP::XmpMetadata::Contains(const System::String &key) const
पैरामीटरप्रकारविवरण
कुंजीconst System::String&खोजने के लिए प्रविष्टि की कुंजी।

ReturnValue

यदि कुंजी मेटाडेटा में मौजूद है तो True।

संबंधित देखें