1BSON_OID_EQUAL(3)                   Libbson                  BSON_OID_EQUAL(3)
2
3
4

NAME

6       bson_oid_equal - bson_oid_equal()
7

SYNOPSIS

9          bool
10          bson_oid_equal (const bson_oid_t *oid1, const bson_oid_t *oid2);
11

PARAMETERS

13       · oid1: A bson_oid_t.
14
15       · oid2: A bson_oid_t.
16

DESCRIPTION

18       Checks if two bson_oid_t contain the same bytes.
19

RETURNS

21       true if they are equal, otherwise false.
22

AUTHOR

24       MongoDB, Inc
25
27       2017-present, MongoDB, Inc
28
29
30
31
321.14.0                           Feb 22, 2019                BSON_OID_EQUAL(3)
Impressum