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