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