Method FindResword
FindResword(string)
When implemented by a class, locates given resword in Reswords collection.
bool FindResword(string resword)
Parameters
resword
stringResword to locate.
Returns
- bool
True if resword presents in the Reswords collection; otherwise false.