# File lib/moqueue/mock_exchange.rb, line 102
      def ==(other)
        other.respond_to?(:key) && other.key == @key
      end