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