contains method

contains

Returns true if a Metadata with the specified name exists in the collection.

Returns

True if the Metadata exists in the collection; false otherwise.

def contains(self, name):
    ...
Parameter Type Description
name str The case-insensitive name of the property.

See Also