DictionaryCollection.Contains(ISpellCheckerDictionary) Method
Determines whether a dictionary is in the collection.
Namespace: DevExpress.XtraSpellChecker
Assembly: DevExpress.SpellChecker.v24.2.Core.dll
Declaration
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