Return true if the specified lhs and rhs have the same value.

Synopsis

Declared in <ball_recordstringformatter.h>

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

Description

Two record formatters have the same value if they have the same format specification and the same timestamp offset.

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