# File xapian.rb, line 135 def ==(other) return other.is_a?(Xapian::Value) && other.value == @value && other.valueno == @valueno && other.docid == @docid end