LocalDateTime.opEquals

Checks if this date-time is equal to another date-time. !(p) Compares this {@code LocalDateTime} with another ensuring that the date-time is the same. Only objects of type {@code LocalDateTime} 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 LocalDateTime
override
bool
opEquals
(
Object obj
)

Meta