Method: AlfrescoAPI::PersonNetworkPaging#==
- Defined in:
- lib/alfresco_api/models/person_network_paging.rb
#==(o) ⇒ Object
Checks equality by comparing each attribute.
64 65 66 67 68 |
# File 'lib/alfresco_api/models/person_network_paging.rb', line 64 def ==(o) return true if self.equal?(o) self.class == o.class && list == o.list end |