bson_equal - Man Page
bson_equal()
Synopsis
bool bson_equal (const bson_t *bson, const bson_t *other);
Parameters
- bson: A bson_t.
- other: A bson_t.
Description
The bson_equal() function shall return true if both documents are equal.
Returns
true if both documents are equal.
Author
MongoDB, Inc
Copyright
2017-present, MongoDB, Inc
Info
Jan 19, 2023 1.23.2 libbson