Method: IntersightClient::StorageNetAppLicenseAllOf#==

Defined in:
lib/intersight_client/models/storage_net_app_license_all_of.rb

#==(o) ⇒ Object

Checks equality by comparing each attribute.

Parameters:

  • Object (Object)

    to be compared



173
174
175
176
177
178
179
180
# File 'lib/intersight_client/models/storage_net_app_license_all_of.rb', line 173

def ==(o)
  return true if self.equal?(o)
  self.class == o.class &&
      class_id == o.class_id &&
      object_type == o.object_type &&
      name == o.name &&
      array == o.array
end