Contains Method
Definition
Contains(KeyValuePair<string, object>)
Determines whether the MetadataDictionary contains a specific value.
public bool Contains(KeyValuePair<string, object> item)
Parameters
itemKeyValuePair<string, object>The object to locate in the MetadataDictionary.
Returns
- bool
true if
itemis found in the MetadataDictionary; otherwise, false.