Checks whether the dictionary contains a given word.
'Declaration
Function Contains( _
ByVal As System.String _
) As System.Boolean
System.bool Contains(
System.string
)
Parameters
- word
- Word to lookup.
Return Value
True if the dictionary contains the word, false otherwise.