AffixRuleCollection.Contains Method

NetSpell.SpellChecker

NetSpell Documentation - v.2.1.7

AffixRuleCollection.Contains Method 

Determines whether the AffixRuleCollection contains an element with the specified key.

[Visual Basic]Public Function Contains( _
   ByVal key As String _
) As Boolean
[C#]
public bool Contains(
   string key
);

Parameters

key

The key to locate in the AffixRuleCollection.

Return Value

true if the AffixRuleCollection contains an element with the key; otherwise, false.

See Also

AffixRuleCollection Class | NetSpell.SpellChecker.Dictionary.Affix Namespace