# File lib/grape_entity/condition/base.rb, line 13
        def ==(other)
          (self.class == other.class) && (inversed? == other.inversed?)
        end