Method: AlfrescoAPI::Tag#==
- Defined in:
- lib/alfresco_api/models/tag.rb
#==(o) ⇒ Object
Checks equality by comparing each attribute.
82 83 84 85 86 87 |
# File 'lib/alfresco_api/models/tag.rb', line 82 def ==(o) return true if self.equal?(o) self.class == o.class && id == o.id && tag == o.tag end |