Skip to main content

ISpellCheckerDictionary.Contains(String) Method

Determines whether a word is in the dictionary.

Namespace: DevExpress.XtraSpellChecker

Assembly: DevExpress.SpellChecker.v23.2.Core.dll

NuGet Package: DevExpress.SpellChecker.Core

Declaration

bool Contains(
    string word
)

Parameters

Name Type Description
word String

A string that is the word in question.

Returns

Type Description
Boolean

true if the dictionary contains a word; otherwise, false.

See Also