Table of Contents

Method EndsWith

Namespace
Gamelogic.Words
Assembly
Gamelogic.Words.dll

EndsWith(Word)

Determines whether the end of this word instance matches the specified word.

public bool EndsWith(Word value)

Parameters

value Word

The 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.