Method: AutosdeOpenapiClient::AddressCreate#==
- Defined in:
- lib/autosde_openapi_client/models/address_create.rb
#==(o) ⇒ Object
Checks equality by comparing each attribute.
197 198 199 200 201 202 203 204 205 206 207 208 |
# File 'lib/autosde_openapi_client/models/address_create.rb', line 197 def ==(o) return true if self.equal?(o) self.class == o.class && chap_name == o.chap_name && chap_secret == o.chap_secret && component_state == o.component_state && iqn == o.iqn && name == o.name && port_type == o.port_type && secondary_ip == o.secondary_ip && wwpn == o.wwpn end |