method

eql?

eql?(other)
public

No documentation available.

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