Contains

MetadataSignatureCollection.Contains method

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

public bool Contains(string name)
Parameter Type Description
name String The case-insensitive name of the property.

Return Value

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

See Also