Method: OCI::ResourceManager::Models::CreateStackTemplateConfigSourceDetails#==

Defined in:
lib/oci/resource_manager/models/create_stack_template_config_source_details.rb

#==(other) ⇒ Object

Checks equality by comparing each attribute.

Parameters:

  • other (Object)

    the other object to be compared



70
71
72
73
74
75
76
77
# File 'lib/oci/resource_manager/models/create_stack_template_config_source_details.rb', line 70

def ==(other)
  return true if equal?(other)

  self.class == other.class &&
    config_source_type == other.config_source_type &&
    working_directory == other.working_directory &&
    template_id == other.template_id
end