Return true if the specified lhs and rhs ManagedDatum objects have the same value, and false otherwise. Two ManagedDatum objects have the same value if their corresponding managed Datum objects have the same value. See the function-level documentation of the Datum equality-comparison operators for details.
Declared in <bdld_manageddatum.h>
bool
operator==(
ManagedDatum const& lhs,
ManagedDatum const& rhs);