Checks whether the dictionary contains a given word.

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

Syntax

C#
public override bool Contains(
	string word
)
Visual Basic
Public Overrides 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.

Implements

ISpellDictionary..::..Contains(String)

See Also