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

Name

Description

lhs

left‐hand operand

rhs

right‐hand operand

Created with MrDocs