1BSON_OID_EQUAL(3) libbson BSON_OID_EQUAL(3)
23
4
NAME
6bson_oid_equal - bson_oid_equal()
7
SYNOPSIS
9bool
10bson_oid_equal (const bson_oid_t *oid1, const bson_oid_t *oid2);
11
PARAMETERS
13· oid1: A bson_oid_t.
1415
· oid2: A bson_oid_t.
16
DESCRIPTION
18Checks if two bson_oid_t contain the same bytes.
19
RETURNS
21true if they are equal, otherwise false.
22
AUTHOR
24MongoDB, Inc
25
COPYRIGHT
272017-present, MongoDB, Inc
2829
30
31
32
1.17.4 Feb 04, 2021 BSON_OID_EQUAL(3)