ChronoLocalDateTime.opEquals

Checks if this date-time is equal to another date-time, including the chronology. !(p) Compares this date-time with another ensuring that the date-time and chronology are the same.

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

interface ChronoLocalDateTime(D)
bool
opEquals
(
Object obj
)

Meta