Skip to main content

DictionaryCollection.Contains(ISpellCheckerDictionary) Method

Determines whether a dictionary is in the collection.

Namespace: DevExpress.XtraSpellChecker

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

NuGet Package: DevExpress.SpellChecker.Core

Declaration

public bool Contains(
    ISpellCheckerDictionary item
)

Parameters

Name Type Description
item ISpellCheckerDictionary

An object implementing the ISpellCheckerDictionary interface that specifies a spell checker dictionary.

Returns

Type Description
Boolean

true if the dictionary is found within the collection; otherwise false.

See Also