OffsetDateTime.opEquals

Checks if this date-time is equal to another date-time. !(p) The comparison is based on the local date-time and the offset. To compare for the same instant on the time-line, use {@link #isEqual}. Only objects of type {@code OffsetDateTime} are compared, other types return false.

@param obj the object to check, null returns false @return true if this is equal to the other date-time

class OffsetDateTime
override
bool
opEquals
(
Object obj
)

Meta