SYNOPSIS

#include <bson.h>

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

DESCRIPTION

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

RETURN VALUE

TRUE if both documents are equal, otherwise FALSE.

ERRORS

No errors are defined.

AUTHORS

This page was written by MongoDB, Inc.