class Arel::Nodes::BindParam

def eql?(other)

def eql?(other)
  other.is_a?(BindParam) &&
    value == other.value
end