1BSON_OID_EQUAL(3) libbson BSON_OID_EQUAL(3)
23
4
SYNOPSIS
6bool
7bson_oid_equal (const bson_oid_t *oid1, const bson_oid_t *oid2);
8
PARAMETERS
10• oid1: A bson_oid_t.
1112
• oid2: A bson_oid_t.
13
DESCRIPTION
15Checks if two bson_oid_t contain the same bytes.
16
RETURNS
18true if they are equal, otherwise false.
19
AUTHOR
21MongoDB, Inc
22
COPYRIGHT
242017-present, MongoDB, Inc
2526
27
28
29
1.25.1 Nov 08, 2023 BSON_OID_EQUAL(3)