Compares two OhTimePointImmutable objects aTpa and aTpb. When the time difference of the two objects is less than aEps, then 0 is returned.
二つの時刻 aTpa と aTpb の時間差を調べます。 時間差の絶対値が aEps より小さい場合は、実質的に等し いと見なして、0 を返します。aTpa が aTpb - aEps より前のときは、-1 を返します。 aTpa が aTpb + aEps より後のときは、 +1 を返します。