equals method
The equals()
method of the
CSSNumericValue interface returns a boolean indicating whether the
passed
value are strictly equal. To return a value of true
, all passed values
must
be of the same type and value and must be in the same order. This allows
structural
equality to be tested quickly.
Implementation
external bool equals(CSSNumberish value);