Method: NewRelic::Agent::StatsHash#==
- Defined in:
- lib/new_relic/agent/stats_engine/stats_hash.rb
permalink #==(other) ⇒ Object
[View source]
53 54 55 |
# File 'lib/new_relic/agent/stats_engine/stats_hash.rb', line 53 def ==(other) self.to_h == other.to_h end |