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