Return true if the specified lhs and rhs record formatters do not 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 differ in value if their format syntax, format specifications, timezone defaults, or record separators differ.
Return Value
true if lhs and rhs do not have the same value, and false otherwise
Parameters
Name |
Description |
lhs |
left‐hand operand |
rhs |
right‐hand operand |
Created with MrDocs