Table of Contents

Method StartsWith

Namespace
Gamelogic.Words
Assembly
Gamelogic.Words.dll

StartsWith(Word)

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

public bool StartsWith(Word value)

Parameters

value Word

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