# File lib/aws/sqs/queue.rb, line 674
      def ==(other)
        other.kind_of?(Queue) and other.url == url
      end