[#BloombergLP-bdld-operator_ge-0b9] = xref:BloombergLP.adoc[BloombergLP]::xref:BloombergLP/bdld.adoc[bdld]::operator>= :relfileprefix: ../../ :mrdocs: Greater‐than‐or‐equal operators == Synopses Declared in `<bdld_datumbinaryref.h>` Return `true` if the specified `lhs` compares larger than or equal to the specified `rhs`, and `false` otherwise. [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- bool xref:BloombergLP/bdld/operator_ge-0b5.adoc[operator>=]( xref:BloombergLP/bdld/DatumBinaryRef.adoc[DatumBinaryRef] const& lhs, xref:BloombergLP/bdld/DatumBinaryRef.adoc[DatumBinaryRef] const& rhs); ---- [.small]#xref:BloombergLP/bdld/operator_ge-0b5.adoc[_» more..._]# Return `true` if value of the specified `lhs` is greater than or equal to value of the specified `rhs` and `false` otherwise. [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- bool xref:BloombergLP/bdld/operator_ge-07.adoc[operator>=]( xref:BloombergLP/bdld/DatumError.adoc[DatumError] const& lhs, xref:BloombergLP/bdld/DatumError.adoc[DatumError] const& rhs); ---- [.small]#xref:BloombergLP/bdld/operator_ge-07.adoc[_» more..._]# Return `true` if value of the specified `lhs` is greater than or equal to value of the specified `rhs` and `false` otherwise. [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- bool xref:BloombergLP/bdld/operator_ge-06.adoc[operator>=]( xref:BloombergLP/bdld/DatumUdt.adoc[DatumUdt] const& lhs, xref:BloombergLP/bdld/DatumUdt.adoc[DatumUdt] const& rhs); ---- [.small]#xref:BloombergLP/bdld/operator_ge-06.adoc[_» more..._]# == Return Value * `true` if `lhs` compares larger than or equal to `rhs`, and `false` otherwise * `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]#