# File lib/rubyful_soup.rb, line 550
  def ==(anObject)
    return anObject != nil && anObject.to_s == to_s
  end