Method: MergeATSClient::PaginatedRemoteUserList#==
- Defined in:
- lib/merge_ats_client/models/paginated_remote_user_list.rb
#==(o) ⇒ Object
Checks equality by comparing each attribute.
100 101 102 103 104 105 106 |
# File 'lib/merge_ats_client/models/paginated_remote_user_list.rb', line 100 def ==(o) return true if self.equal?(o) self.class == o.class && _next == o._next && previous == o.previous && results == o.results end |