[#BloombergLP-bdlb-operator_eq-04c] = xref:BloombergLP.adoc[BloombergLP]::xref:BloombergLP/bdlb.adoc[bdlb]::operator== :relfileprefix: ../../ :mrdocs: Return `true` if the specified `lhs` and `rhs` objects have the same value, and `false` otherwise. Two `PcgRandomGenerator` objects have the same value if they would produce the same sequence of random numbers from subsequent invocations of `generate()`. == Synopsis Declared in `<bdlb_pcgrandomgenerator.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- bool operator==( xref:BloombergLP/bdlb/PcgRandomGenerator.adoc[PcgRandomGenerator] const& lhs, xref:BloombergLP/bdlb/PcgRandomGenerator.adoc[PcgRandomGenerator] const& rhs); ---- [.small]#Created with https://www.mrdocs.com[MrDocs]#