Operator operator ==
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)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)