class TZInfo::Timezone

def eql?(tz)

Returns:
  • (Boolean) - `true` if `tz` is an instance of {Timezone} and has the

Parameters:
  • tz (Object) -- an `Object` to compare this {Timezone} with.
def eql?(tz)
  self == tz
end