NonGenericDictionary.Contains

NonGenericDictionary.Contains method

Determines whether the IDictionary object contains an element with the specified key.

public bool Contains(object key)
ParameterTypeDescription
keyObjectThe key to locate in the IDictionary object.

Return Value

true if the IDictionary contains an element with the key; otherwise, false.

See Also