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