Method: AutosdeOpenapiClient::StorageHostVolumeMappingCreate#==
- Defined in:
- lib/autosde_openapi_client/models/storage_host_volume_mapping_create.rb
#==(o) ⇒ Object
Checks equality by comparing each attribute.
150 151 152 153 154 155 156 157 |
# File 'lib/autosde_openapi_client/models/storage_host_volume_mapping_create.rb', line 150 def ==(o) return true if self.equal?(o) self.class == o.class && component_state == o.component_state && host == o.host && lun == o.lun && volume == o.volume end |