@Override
public boolean equals (Object obj)

Overriding: java.time.ZoneId

Checks if this offset is equal to another offset.

The comparison is based on the amount of the offset in seconds. This is equivalent to a comparison by ID.

Parameters:
obj    the object to check, null returns false

Returns:  true if this is equal to the other offset