Skip to main content

IIgnoreList.Contains(String) Method

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

Namespace: DevExpress.XtraSpellChecker

Assembly: DevExpress.Data.v23.2.dll

NuGet Package: DevExpress.Data

Declaration

bool Contains(
    string word
)

Parameters

Name Type Description
word String

A string to locate in the list of ignored words.

Returns

Type Description
Boolean

true if the word is found within the list; otherwise false.

See Also