Compares two length for equality.
@override bool operator ==(Object other) { return other is CSSLengthValue && other.value == value && other.calcValue == calcValue && (isZero || other.type == type); }