ZoneId.opEquals

Checks if this time-zone ID is equal to another time-zone ID. !(p) The comparison is based on the ID.

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

class ZoneId
override
bool
opEquals
(
Object obj
)

Meta