[#BloombergLP-bdlb-operator_not_eq-0ef] = xref:BloombergLP.adoc[BloombergLP]::xref:BloombergLP/bdlb.adoc[bdlb]::operator!= :relfileprefix: ../../ :mrdocs: Return `true` if the specified `lhs` and specified `rhs` guid objects have different values, and `false` otherwise. Two guid objects have different value if any of corresponding byte in their internal buffers differ. == Synopsis Declared in `<bdlb_guid.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- bool operator!=( xref:BloombergLP/bdlb/Guid.adoc[Guid] const& lhs, xref:BloombergLP/bdlb/Guid.adoc[Guid] const& rhs); ---- [.small]#Created with https://www.mrdocs.com[MrDocs]#