# File lib/hoptoad_notifier/backtrace.rb, line 80
    def ==(other)
      if other.respond_to?(:lines)
        lines == other.lines
      else
        false
      end
    end