class TZInfo::TimezoneOffsetInfo

def eql?(toi)

and abbreviation as this TimezoneOffsetInfo.
Returns true if and only if toi has the same utc_offset, std_offset
def eql?(toi)
  self == toi
end