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

DictionaryCollection.Contains(ISpellCheckerDictionary) Method

Determines whether a dictionary is in the collection.

Namespace: DevExpress.XtraSpellChecker

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

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