Returns the logical XNOR of two boolean values.

  • Parameters

    • a: boolean

      The first boolean value.

    • b: boolean

      The second boolean value.

    Returns boolean

    The logical XNOR of the two boolean values.