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