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