[]
        
(Showing Draft Content)

C1.Win.C1SpellChecker.SpellDictionaryBase.Contains

Contains Method

Contains(string)

Checks whether the dictionary contains a given word.

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

Word to lookup.

Returns
Type Description
bool

True if the dictionary contains the word, false otherwise.

Implements