• Compares stringified addresses, taking into account the fact that addresses might be represented in different casing.

    Parameters

    • a: string

      The first address to compare.

    • b: string

      The second address to compare.

    Returns boolean

    A boolean indicating whether the addresses are equal.