method
==
==(other)
public
Hide source
# File activerecord/lib/active_record/connection_adapters/abstract_mysql_adapter.rb, line 100 def ==(other) super && collation == other.collation && strict == other.strict && extra == other.extra end