Provided by: libbson-doc_1.30.2-1_all 

SYNOPSIS
bool bson_equal (const bson_t *bson, const bson_t *other);
PARAMETERS
• bson: A bson_t. • other: A bson_t.
DESCRIPTION
The bson_equal() function shall return true if both documents are equal.
RETURNS
true if both documents are equal.
AUTHOR
MongoDB, Inc
COPYRIGHT
2009-present, MongoDB, Inc. 1.30.2 Mar 05, 2025 BSON_EQUAL(3)