ComponentOne SpellChecker for WPF and Silverlight
Contains Method (ISpellDictionary)

C1.Silverlight.SpellChecker Namespace > ISpellDictionary Interface : Contains Method
Word to look up.
Checks whether the dictionary contains a given word.
Syntax
'Declaration
 
Function Contains( _
   ByVal word As String _
) As Boolean
bool Contains( 
   string word
)

Parameters

word
Word to look up.

Return Value

True if the dictionary contains the word, false otherwise.
See Also

Reference

ISpellDictionary Interface
ISpellDictionary Members