# File lib/bson/ordered_hash.rb, line 187 def eql?(o) if o.instance_of? BSON::OrderedHash self.hash == o.hash else false end end