Method: CmisServer::ItemObject#==
- Defined in:
- lib/cmis_server/item_object.rb
#==(other) ⇒ Object
11 12 13 |
# File 'lib/cmis_server/item_object.rb', line 11 def ==(other) other.is_a?(ItemObject) && self.cmis_object_id == other.cmis_object_id end |