table of contents
| BSON_OID_EQUAL_UNSAFE(3) | libbson | BSON_OID_EQUAL_UNSAFE(3) |
SYNOPSIS¶
static inline bool bson_oid_equal_unsafe (const bson_oid_t *oid1, const bson_oid_t *oid2);
DESCRIPTION¶
Identical to bson_oid_equal() <>, but performs no integrity checking.
Author¶
MongoDB, Inc
Copyright¶
2009-present, MongoDB, Inc.
| November 26, 2025 | 2.2.0 |