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