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