• Checks if two element selections are equal {} is considered == to undefined

    Parameters

    • a: undefined | NumericalQuery

      The first element selection

    • b: undefined | NumericalQuery

      The second element selection

    • decimalPlaces: number = 4

      The number of decimal places to use when comparing equality of numbers, default 4

    Returns boolean

    Whether a and b are equal

Generated using TypeDoc