[#BloombergLP-bdlb-operator_ge-05f] = xref:BloombergLP.adoc[BloombergLP]::xref:BloombergLP/bdlb.adoc[bdlb]::operator>= :relfileprefix: ../../ :mrdocs: Return `true` if the value of the specified `lhs` guid object is greater than or equal to the value of the specified `rhs` guid object, and `false` otherwise. Note that the comparison is accomplished using a lexicographic comparison of the internal representations. == 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]#