Method: OCI::KeyManagement::Models::CreateVaultDetails#==

Defined in:
lib/oci/key_management/models/create_vault_details.rb

#==(other) ⇒ Object

Checks equality by comparing each attribute.

Parameters:

  • other (Object)

    the other object to be compared



130
131
132
133
134
135
136
137
138
139
# File 'lib/oci/key_management/models/create_vault_details.rb', line 130

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

  self.class == other.class &&
    compartment_id == other.compartment_id &&
    defined_tags == other.defined_tags &&
    display_name == other.display_name &&
    freeform_tags == other.freeform_tags &&
    vault_type == other.vault_type
end