# File lib/grape_entity/condition/symbol_condition.rb, line 11
        def ==(other)
          super && @symbol == other.symbol
        end