Method Contains
Contains(K)
Check if there is an entry with a specified key
Declaration
public virtual bool Contains(K key)
Parameters
Type | Name | Description |
---|---|---|
K | key | The key to look for |
Returns
Type | Description |
---|---|
System.Boolean | True if key was found |