ZonedDateTime.opEquals

Checks if this date-time is equal to another date-time. !(p) The comparison is based on the offset date-time and the zone. Only objects of type {@code ZonedDateTime} 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 ZonedDateTime
override
bool
opEquals
(
Object obj
)

Meta