# File lib/bson/types/object_id.rb, line 98
    def eql?(object_id)
      object_id.kind_of?(BSON::ObjectId) and self.data == object_id.data
    end