1BSON_EQUAL(3) libbson BSON_EQUAL(3)
23
4
NAME
6bson_equal - bson_equal()
7
SYNOPSIS
9bool
10bson_equal (const bson_t *bson, const bson_t *other);
11
PARAMETERS
13· bson: A bson_t.
1415
· other: A bson_t.
16
DESCRIPTION
18The bson_equal() function shall return true if both documents are
19equal.
20
RETURNS
22true if both documents are equal.
23
AUTHOR
25MongoDB, Inc
26
COPYRIGHT
282017-present, MongoDB, Inc
2930
31
32
33
1.17.4 Feb 04, 2021 BSON_EQUAL(3)