# File xapian.rb, line 236 def ==(other) return other.is_a?(Xapian::Posting) && other.docid == @docid && other.doclength == @doclength && other.wdf == @wdf end