Checks whether the dictionary contains a given word.

Namespace:  C1.Silverlight.SpellChecker
Assembly:  C1.Silverlight.SpellChecker (in C1.Silverlight.SpellChecker.dll)

Syntax

C#
bool Contains(
	string word
)
Visual Basic
Function Contains ( _
	word As String _
) As Boolean

Parameters

word
Type: System..::..String
Word to look up.

Return Value

True if the dictionary contains the word, false otherwise.

See Also