Table of Contents

Operator operator ==

Namespace
Gamelogic.Words
Assembly
Gamelogic.Words.dll

operator ==(Word, Word)

Compares two words. Words are equal when they are the same length, and letters at corresponding letters are equal.

public static bool operator ==(Word word0, Word word1)

Parameters

word0 Word
word1 Word

Returns

bool