Contains Method (UserDictionary)
Checks whether the dictionary contains a given word.
public override System.bool Contains(
System.string
)
'Declaration
Public Overrides 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.