[#BloombergLP-bdld-operator_ge-06] = 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. == Synopsis Declared in `<bdld_datumudt.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- bool operator>=( xref:BloombergLP/bdld/DatumUdt.adoc[DatumUdt] const& lhs, xref:BloombergLP/bdld/DatumUdt.adoc[DatumUdt] const& rhs); ---- == Description Value of `lhs` is greater than or equal to value of `rhs` if data value of `lhs` is greater than or equal to data value of `rhs`, or they have the same data value and type value of `lhs` is greater than or equal to type value of `rhs`. == Return Value `true` if `lhs` is greater than or equal to `rhs`, and `false` otherwise == Parameters [cols="1,4"] |=== | Name| Description | *lhs* | left‐hand operand | *rhs* | right‐hand operand |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#