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.
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 |