Method: Endeca::Document#==

Defined in:
lib/endeca/document.rb

#==(other) ⇒ Object



30
31
32
# File 'lib/endeca/document.rb', line 30

def ==(other)
  id == other.id
end