/// <summary> /// Determines whether this instance and a specified object have the same value. /// </summary> /// <param name="other">The <see cref="AlternateCharChecker"/> to compare with the current <see cref="Node"/>.</param> /// <returns><c>true</c> if the specified <see cref="Node"/> is equal to the current <see cref="Node"/>; otherwise, <c>false</c public Boolean Equals(WordChecker other) => Bias.Equals(other.Bias) && HeadCheck.Equals(other.HeadCheck) && BodyCheck.Equals(other.BodyCheck) && TailCheck.Equals(other.TailCheck);