WordDictionary.Contains Method

NetSpell.SpellChecker

NetSpell Documentation - v.2.1.7

WordDictionary.Contains Method 

Searches all contained word lists for word

[Visual Basic]Public Function Contains( _
   ByVal word As String _
) As Boolean
[C#]
public bool Contains(
   string word
);

Parameters

word

The word to search for

Return Value

Returns true if word is found

See Also

WordDictionary Class | NetSpell.SpellChecker.Dictionary Namespace