[]
        
(Showing Draft Content)

C1.WPF.SpellChecker.UserDictionary.Contains

Contains Method

Contains(string)

Checks whether the dictionary contains a given word.

Declaration
public override 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.

Overrides
Implements