SuggestionCollection.Contains(SuggestionBase) Method
Determines whether an element is in the collection.
Namespace: DevExpress.XtraSpellChecker
Assembly: DevExpress.SpellChecker.v25.1.Core.dll
NuGet Package: DevExpress.SpellChecker.Core
Declaration
Parameters
| Name | Type | Description |
|---|---|---|
| suggestion | SuggestionBase | A String object to locate in the suggestion collection. |
Returns
| Type | Description |
|---|---|
| Boolean | true if the item is found within the collection; otherwise false. |
Remarks
The parameter string cannot be null.
See Also