# File lib/caesars/orderedhash.rb, line 43
43:     def == hsh2
44:         return false if @order != hsh2.order
45:         super hsh2
46:     end