Method: Akeyless::DeleteGroupOutput#==

Defined in:
lib/akeyless/models/delete_group_output.rb

#==(o) ⇒ Object

Checks equality by comparing each attribute.



82
83
84
85
86
# File 'lib/akeyless/models/delete_group_output.rb', line 82

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