• Returns true if the two strings are equal, optionally ignoring case.

    Parameters

    • a: null | string
    • b: null | string
    • ignoreCase: boolean = false

    Returns boolean