Method: AutosdeOpenapiClient::StorageSystem#==

Defined in:
lib/autosde_openapi_client/models/storage_system.rb

#==(o) ⇒ Object

Checks equality by comparing each attribute.

Parameters:

  • Object (Object)

    to be compared



214
215
216
217
218
219
220
221
222
223
224
225
226
227
# File 'lib/autosde_openapi_client/models/storage_system.rb', line 214

def ==(o)
  return true if self.equal?(o)
  self.class == o.class &&
      auto_refresh == o.auto_refresh &&
      component_state == o.component_state &&
      enabled_capability_values == o.enabled_capability_values &&
      management_ip == o.management_ip &&
      name == o.name &&
      status == o.status &&
      storage_array == o.storage_array &&
      storage_family == o.storage_family &&
      system_type == o.system_type &&
      uuid == o.uuid
end