bson_oid_equal - Man Page
Synopsis
bool bson_oid_equal (const bson_oid_t *oid1, const bson_oid_t *oid2);
Parameters
- oid1: A bson_oid_t.
- oid2: A bson_oid_t.
Description
Checks if two bson_oid_t contain the same bytes.
Returns
true if they are equal, otherwise false.
Author
MongoDB, Inc
Copyright
2017-present, MongoDB, Inc
Info
Nov 08, 2023 1.25.1 libbson