class ActiveModel::Type::Binary::Data

def ==(other)

def ==(other)
  other == to_s || super
end