class ActiveRecord::ConnectionAdapters::PostgreSQL::OID::Array

def ==(other)

def ==(other)
  other.is_a?(Array) &&
    subtype == other.subtype &&
    delimiter == other.delimiter
end