Method StartsWith
StartsWith(Word)
Determines whether the start of this word instance matches the specified word.
public bool StartsWith(Word value)
Parameters
valueWordThe word to compare to the subword at the start of this instance.
Returns
- bool
true if value matches the start of this instance; otherwise, false.