[#BloombergLP-bdljsn-operator_eq-0dd1] = xref:BloombergLP.adoc[BloombergLP]::xref:BloombergLP/bdljsn.adoc[bdljsn]::operator== :relfileprefix: ../../ :mrdocs: Return `true` if the specified `lhs` and `rhs` arguments have the same value, and `false` otherwise. Two arguments have the same value if the `Json` object has the same value as a `Json` object constructed from the other argument. == Synopsis Declared in `<bdljsn_json.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- bool operator==( xref:BloombergLP/bdljsn/JsonArray.adoc[JsonArray] const& lhs, xref:BloombergLP/bdljsn/Json.adoc[Json] const& rhs); ---- [.small]#Created with https://www.mrdocs.com[MrDocs]#