kaven-basic - v6.0.0
    Preparing search index...

    Function IsEqual

    • Compares two optional strings for equality, with an option to ignore case sensitivity.

      Parameters

      • Optionala: string

        The first string to compare. Can be undefined.

      • Optionalb: string

        The second string to compare. Can be undefined.

      • ignoreCase: boolean = true

        Whether to ignore case when comparing the strings. Defaults to true.

      Returns boolean

      true if both strings are equal (considering case sensitivity based on ignoreCase), or if both are undefined. Otherwise, returns false.

      2.0.13

      2021-03-18