contains


Description:

public bool contains (string key)

Checks if the this contains key.

Parameters:

this

instance of Dictionary

key

key to check

Returns:

true if found, false otherwise.