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

       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