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.
The first CSS property value to compare.
The second CSS property value to compare.
true if first equals to second, or `false otherwise.
true
first
second
Generated using TypeDoc
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.