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

IgnoreList.Contains(Position, Position, String) Method

Determines whether the ignored words’ list contains the specified word, and the word is ignored in the given location.

Namespace: DevExpress.XtraSpellChecker

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

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

Declaration

public bool Contains(
    Position start,
    Position end,
    string word
)

Parameters

Name Type Description
start DevExpress.XtraSpellChecker.Parser.Position

A start position being checked.

end DevExpress.XtraSpellChecker.Parser.Position

An end position being checked.

word String

A target word

Returns

Type Description
Boolean

true if the word is found within the list and marked as effective in the specified location; otherwise false.

See Also