# File lib/celerity/element.rb, line 58
    def ==(other)
      return false unless other.kind_of? Element
      xpath == other.xpath
    end