logo
Free, Micro AI Code Reviews That Run on Git Commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, Micro AI Code Reviews That Run on Git Commit | Product Hunt git-lrc - Free, Micro AI Code Reviews That Run on Git 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