method

eql?

eql?(other)
public

No documentation available.

# File activerecord/lib/arel/nodes/casted.rb, line 29
      def eql?(other)
        self.class == other.class &&
          self.value == other.value &&
          self.attribute == other.attribute
      end