Function stypValuesEqual

  • Checks whether two CSS property values are equal.

    Compares scalar values verbatim. Compares structured values using their is method. The latter method is applied when at least one of the values is structured.

    Parameters

    • first: StypValue

      The first CSS property value to compare.

    • second: StypValue

      The second CSS property value to compare.

    Returns boolean

    true if first equals to second, or `false otherwise.

Generated using TypeDoc