'Declaration Public MustOverride Function Contains( _ ByVal word As System.String _ ) As System.Boolean
public abstract System.bool Contains( System.string word )
Parameters
- word
- Word to lookup.
Return Value
True if the dictionary contains the word, false otherwise.