method
eql?
eql?(other)
public
Hide source
# File activesupport/lib/active_support/time_with_zone.rb, line 239 def eql?(other) utc.eql?(other) end