[]
        
(Showing Draft Content)

C1.WPF.SpellChecker.ISpellDictionary.Contains

Contains Method

Contains(string)

Checks whether the dictionary contains a given word.

Declaration
bool Contains(string word)
Parameters
Type Name Description
string word

Word to look up.

Returns
Type Description
bool

True if the dictionary contains the word, false otherwise.