logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

Author

       MongoDB, Inc

Description

       The bson_equal() function shall return true if both documents are equal.

Parameters

bson: A bson_t.

       • other: A bson_t.

Returns

       true if both documents are equal.

Synopsis

          bool
          bson_equal (const bson_t *bson, const bson_t *other);

See Also