# File lib/aws/sns/topic.rb, line 307
      def ==(other)
        other.kind_of?(Topic) and other.arn == arn
      end