Skip to main content

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.v23.2.Core.dll

NuGet Package: DevExpress.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