# File lib/active_record/connection_adapters/nulldb_adapter.rb, line 23
    def ==(other)
      self.entry_point == other.entry_point
    end