Method: Datadog::Core::Environment::AgentInfo#==

Defined in:
lib/datadog/core/environment/agent_info.rb

#==(other) ⇒ Object



72
73
74
# File 'lib/datadog/core/environment/agent_info.rb', line 72

def ==(other)
  other.is_a?(self.class) && other.agent_settings == agent_settings
end