BloombergLP::bdljsn::operator==

Return true (unconditionally) as the specified lhs and rhs must have the same value.

Synopsis

Declared in <bdljsn_jsonnull.h>

bool
operator==(
    JsonNull const& lhs,
    JsonNull const& rhs);

Return Value

true (unconditionally)

Parameters

NameDescription
lhsleft-hand operand
rhsright-hand operand