Method: PulpcoreClient::PaginatedImportResponseList#==
- Defined in:
- lib/pulpcore_client/models/paginated_import_response_list.rb
#==(o) ⇒ Object
Checks equality by comparing each attribute.
102 103 104 105 106 107 108 109 |
# File 'lib/pulpcore_client/models/paginated_import_response_list.rb', line 102 def ==(o) return true if self.equal?(o) self.class == o.class && count == o.count && _next == o._next && previous == o.previous && results == o.results end |