1BSON_OID_EQUAL(3)                   libbson                  BSON_OID_EQUAL(3)
2
3
4

SYNOPSIS

6          bool
7          bson_oid_equal (const bson_oid_t *oid1, const bson_oid_t *oid2);
8

PARAMETERS

10oid1: A bson_oid_t.
11
12oid2: A bson_oid_t.
13

DESCRIPTION

15       Checks if two bson_oid_t contain the same bytes.
16

RETURNS

18       true if they are equal, otherwise false.
19

AUTHOR

21       MongoDB, Inc
22
24       2017-present, MongoDB, Inc
25
26
27
28
291.25.1                           Nov 08, 2023                BSON_OID_EQUAL(3)
Impressum