# File lib/arel/predications.rb, line 15
    def eq other
      Nodes::Equality.new self, other
    end