Method: PulpPythonClient::SetLabelResponse#==

Defined in:
lib/pulp_python_client/models/set_label_response.rb

#==(o) ⇒ Object

Checks equality by comparing each attribute.

Parameters:

  • Object (Object)

    to be compared



110
111
112
113
114
115
# File 'lib/pulp_python_client/models/set_label_response.rb', line 110

def ==(o)
  return true if self.equal?(o)
  self.class == o.class &&
      key == o.key &&
      value == o.value
end