# File lib/aws/core/log_formatter.rb, line 141
      def eql? other
        other.is_a?(self.class) and other.pattern == self.pattern
      end