| 275 | } |
| 276 | |
| 277 | CEL_ABSL_VISIT_CONSTEXPR bool operator!=(Number other) const { |
| 278 | return Compare(other) != internal::ComparisonResult::kEqual; |
| 279 | } |
| 280 | |
| 281 | // Visit the underlying number representation, a variant of double, uint64_t, |
| 282 | // or int64_t. |