Method: IntersightClient::WorkflowWorkflowMetadata#==

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

#==(o) ⇒ Object

Checks equality by comparing each attribute.

Parameters:

  • Object (Object)

    to be compared



253
254
255
256
257
258
259
260
261
262
263
# File 'lib/intersight_client/models/workflow_workflow_metadata.rb', line 253

def ==(o)
  return true if self.equal?(o)
  self.class == o.class &&
      class_id == o.class_id &&
      object_type == o.object_type &&
      description == o.description &&
      label == o.label &&
      name == o.name &&
      associated_roles == o.associated_roles &&
      catalog == o.catalog && super(o)
end