Table of Contents

Method IsNullOrEmpty

Namespace
Gamelogic.Words
Assembly
Gamelogic.Words.dll

IsNullOrEmpty(Word)

Indicates whether the specified word is null or an Empty word.

public static bool IsNullOrEmpty(Word word)

Parameters

word Word

The word to test.

Returns

bool

true if the value parameter is null or an empty word; otherwise, false