AffixEntryCollection.Contains Method

NetSpell.SpellChecker

NetSpell Documentation - v.2.1.7

AffixEntryCollection.Contains Method 

Gets a value indicating whether the 'AffixEntryCollection' contains the specified value.

[Visual Basic]Public Function Contains( _
   ByVal value As AffixEntry _
) As Boolean
[C#]
public bool Contains(
   AffixEntry value
);

Parameters

value
The item to locate.

Return Value

True if the item exists in the collection; false otherwise.

See Also

AffixEntryCollection Class | NetSpell.SpellChecker.Dictionary.Affix Namespace