AffixRuleCollection.ContainsValue Method

NetSpell.SpellChecker

NetSpell Documentation - v.2.1.7

AffixRuleCollection.ContainsValue Method 

Determines whether the AffixRuleCollection contains a specific value.

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

Parameters

value

The value to locate in the AffixRuleCollection. The value can be a null reference (Nothing in Visual Basic).

Return Value

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

See Also

AffixRuleCollection Class | NetSpell.SpellChecker.Dictionary.Affix Namespace