bool bson_equal (const bson_t *bson, const bson_t *other);
bson: A bson_t.
bson
other: A bson_t.
other
The bson_equal() function shall return true if both documents are equal.
true if both documents are equal.