Method: PureCloud::DomainNetworkCommandResponse#==

Defined in:
lib/purecloud/models/domain_network_command_response.rb

#==(o) ⇒ Object

Check equality by comparing each attribute.



81
82
83
84
85
86
87
88
# File 'lib/purecloud/models/domain_network_command_response.rb', line 81

def ==(o)
  return true if self.equal?(o)
  self.class == o.class &&
      correlation_id == o.correlation_id &&
      command_name == o.command_name &&
      acknowledged == o.acknowledged &&
      error_info == o.error_info
end