[]
Checks whether the dictionary contains a given word.
public override bool Contains(string word)
| Type | Name | Description |
|---|---|---|
| string | word | Word to look up. |
| Type | Description |
|---|---|
| bool | True if the dictionary contains the word, false otherwise. |