[]
Checks whether the dictionary contains a given word.
bool Contains(string word)
Word to look up.
True if the dictionary contains the word, false otherwise.