Contains Method (SpellDictionaryBase)
Checks whether the dictionary contains a given word.
public abstract System.bool Contains(
System.string
)
'Declaration
Public MustOverride Function Contains( _
ByVal As System.String _
) As System.Boolean
Parameters
- word
- Word to lookup.
Return Value
True if the dictionary contains the word, false otherwise.