# File /data/home/olly/tmp/xapian-svn-snapshot/tags/1.0.7/xapian/xapian-bindings/ruby/docs/../xapian.rb, line 78
    def ==(other)
      return other.is_a?(Xapian::Term) && other.term == @term && other.wdf == @wdf && other.termfreq == @termfreq
    end