# File lib/new_relic/agent/threading/backtrace_node.rb, line 93 def ==(other) ( @raw_line == other.raw_line && @depth == other.depth && @runnable_count == other.runnable_count ) end