[#BloombergLP-bdld-operator_ge-07] = xref:BloombergLP.adoc[BloombergLP]::xref:BloombergLP/bdld.adoc[bdld]::operator>= :relfileprefix: ../../ :mrdocs: Return `true` if value of the specified `lhs` is greater than or equal to value of the specified `rhs` and `false` otherwise. Value of `lhs` is greater than or equal to value of `rhs` if error code value of `lhs` is greater than or equal to error code value of `rhs`, or they have the same error code value and error message value of `lhs` is greater than or equal to error message value of `rhs`. == Synopsis Declared in `<bdld_datumerror.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- bool operator>=( xref:BloombergLP/bdld/DatumError.adoc[DatumError] const& lhs, xref:BloombergLP/bdld/DatumError.adoc[DatumError] const& rhs); ---- [.small]#Created with https://www.mrdocs.com[MrDocs]#