SYNOPSIS

#include <bson.h>

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

DESCRIPTION

The bson_oid_equal() function shall return TRUE if oid1 and oid2 contain equivalent contents.

RETURN VALUE

TRUE if oid1 and oid2 are equal. Otherwise FALSE.

AUTHORS

This page was written by MongoDB, Inc.