# File lib/arel/algebra/value.rb, line 10
    def == other
      super ||
        Value === other &&
        value == other.value &&
        relation == other.relation
    end