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

       Checks if two bson_oid_t contain the same bytes.

Parameters

oid1: A bson_oid_t.

       • oid2: A bson_oid_t.

Returns

       true if they are equal, otherwise false.

Synopsis

          bool
          bson_oid_equal (const bson_oid_t *oid1, const bson_oid_t *oid2);

See Also