[#BloombergLP-bdlc-operator_ge-0c] = xref:BloombergLP.adoc[BloombergLP]::xref:BloombergLP/bdlc.adoc[bdlc]::operator>= :relfileprefix: ../../ :mrdocs: Return `true` if the specified `lhs` has a value greater or equal than the specified `rhs`, and `false` otherwise. Iterator `lhs` has a value greater than or equal to iterator `rhs` if `0 >= rhs ‐ lhs` (see `operator‐`). The behavior is undefined unless `lhs` and `rhs` refer to the same array. == Synopsis Declared in `<bdlc_compactedarray.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- template<class TYPE> bool operator>=( xref:BloombergLP/bdlc/CompactedArray_ConstIterator.adoc[CompactedArray_ConstIterator<TYPE>] const& lhs, xref:BloombergLP/bdlc/CompactedArray_ConstIterator.adoc[CompactedArray_ConstIterator<TYPE>] const& rhs); ---- [.small]#Created with https://www.mrdocs.com[MrDocs]#