Method: IntersightClient::FirmwareDistributable#==
- Defined in:
- lib/intersight_client/models/firmware_distributable.rb
#==(o) ⇒ Object
Checks equality by comparing each attribute.
221 222 223 224 225 226 227 228 229 230 |
# File 'lib/intersight_client/models/firmware_distributable.rb', line 221 def ==(o) return true if self.equal?(o) self.class == o.class && class_id == o.class_id && object_type == o.object_type && file_location == o.file_location && image_category == o.image_category && origin == o.origin && catalog == o.catalog && super(o) end |