NonGenericDictionary.Contains
NonGenericDictionary.Contains method
Determines whether the IDictionary object contains an element with the specified key.
public bool Contains(object key)
Parameter | Type | Description |
---|---|---|
key | Object | The key to locate in the IDictionary object. |
Return Value
true if the IDictionary contains an element with the key; otherwise, false.
See Also
- class NonGenericDictionary
- namespace Aspose.Imaging
- assembly Aspose.Imaging