# File lib/ohm.rb, line 1137
    def ==(other)
      other.kind_of?(model) && other.hash == hash
    end