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