PhoneticRuleCollection.Contains Method

NetSpell.SpellChecker

NetSpell Documentation - v.2.1.7

PhoneticRuleCollection.Contains Method 

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

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

Parameters

value
The item to locate.

Return Value

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

See Also

PhoneticRuleCollection Class | NetSpell.SpellChecker.Dictionary.Phonetic Namespace