ZoneOffset.opEquals

Checks if this offset is equal to another offset. !(p) The comparison is based on the amount of the offset _in seconds. This is equivalent to a comparison by ID.

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

class ZoneOffset
override
bool
opEquals
(
Object obj
)

Meta