class Arel::Nodes::Casted
def eql?(other)
def eql?(other) self.class == other.class && self.value == other.value && self.attribute == other.attribute end
def eql?(other) self.class == other.class && self.value == other.value && self.attribute == other.attribute end