public function equals(self $other) : bool { return $this->seconds === $other->seconds && $this->nanoseconds === $other->nanoseconds; }