bson_oid_equal - Man Page

bson_oid_equal()

Synopsis

bool
bson_oid_equal (const bson_oid_t *oid1, const bson_oid_t *oid2);

Parameters

Description

Checks if two bson_oid_t contain the same bytes.

Returns

true if they are equal, otherwise false.

Author

MongoDB, Inc

Info

May 09, 2023 1.23.4 libbson