# File lib/aws/core/xml/grammar.rb, line 282
        def eql? other
          other.is_a?(Grammar) and self.rules == other.rules
        end