Method Exist
Exist(String)
Check whether the word exists in the index.
Declaration
public virtual bool Exist(string word)
Parameters
Type | Name | Description |
---|---|---|
System.String | word | word to check |
Returns
Type | Description |
---|---|
System.Boolean | true if the word exists in the index |