Method: MarkLogic::ObjectId#==

Defined in:
lib/marklogic/object_id.rb

#==(other) ⇒ Object



32
33
34
# File 'lib/marklogic/object_id.rb', line 32

def ==(other)
  to_s == other.to_s
end