Method: PulpcoreClient::Group#==
- Defined in:
- lib/pulpcore_client/models/group.rb
#==(o) ⇒ Object
Checks equality by comparing each attribute.
109 110 111 112 113 |
# File 'lib/pulpcore_client/models/group.rb', line 109 def ==(o) return true if self.equal?(o) self.class == o.class && name == o.name end |