Checks if this time is equal to another time.
!(p)
The comparison is based on the time-line position of the time within a day.
!(p)
Only objects of type {@code LocalTime} are compared, other types return false.
To compare the date of two {@code TemporalAccessor} instances, use
{@link ChronoField#NANO_OF_DAY} as a comparator.
@param obj the object to check, null returns false
@return true if this is equal to the other time
Checks if this time is equal to another time. !(p) The comparison is based on the time-line position of the time within a day. !(p) Only objects of type {@code LocalTime} are compared, other types return false. To compare the date of two {@code TemporalAccessor} instances, use {@link ChronoField#NANO_OF_DAY} as a comparator.
@param obj the object to check, null returns false @return true if this is equal to the other time