Skip to main content
A newer version of this page is available. .

IgnoreList.Contains(String) Method

Determines whether a word is in the list of ignored words.

Namespace: DevExpress.XtraSpellChecker

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

NuGet Packages: DevExpress.SpellChecker.Core, DevExpress.WindowsDesktop.SpellChecker.Core

Declaration

public bool Contains(
    string word
)

Parameters

Name Type Description
word String

A target word.

Returns

Type Description
Boolean

true, if the list contains the target word; otherwise false.

Implements

See Also