contains method

contains(self, language)

Determines whether the XmpLangAlt contains the specified language.

Returns

True if the XmpLangAlt contains an element with the specified language; otherwise, false.


def contains(self, language):
    ...
Parameter Type Description
language System.String The language to locate in the XmpLangAlt.

See Also