Contains Method (SpellDictionaryBase)
Checks whether the dictionary contains a given word.
'Declaration
Public MustOverride Function Contains( _
ByVal As String _
) As Boolean
public abstract bool Contains(
string
)
Parameters
- word
- Word to look up.
Return Value
True if the dictionary contains the word, false otherwise.