| 654 | |
| 655 | template <class S> |
| 656 | static constexpr bool operator==(const TTimeBase<S>& l, const TTimeBase<S>& r) noexcept { |
| 657 | return l.GetValue() == r.GetValue(); |
| 658 | } |
| 659 | |
| 660 | template <class S> |
| 661 | static constexpr bool operator!=(const TTimeBase<S>& l, const TTimeBase<S>& r) noexcept { |