Method: PulpFileClient::PaginatedfileFileRepositoryResponseList#==

Defined in:
lib/pulp_file_client/models/paginatedfile_file_repository_response_list.rb

#==(o) ⇒ Object

Checks equality by comparing each attribute.

Parameters:

  • Object (Object)

    to be compared



112
113
114
115
116
117
118
119
# File 'lib/pulp_file_client/models/paginatedfile_file_repository_response_list.rb', line 112

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