Return true if the specified lhs and rhs record formatters have the same value, and false otherwise.

Synopsis

Declared in <ball_recordjsonformatter.h>

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

Description

Two record formatters have the same value if they have the same format syntax, format specification, timezone default, and record separator.

Return Value

true if lhs and rhs have the same value, and false otherwise

Parameters

Name

Description

lhs

left‐hand operand

rhs

right‐hand operand

Created with MrDocs