[#BloombergLP-bdlmt-operator_le] = xref:BloombergLP.adoc[BloombergLP]::xref:BloombergLP/bdlmt.adoc[bdlmt]::operator<= :relfileprefix: ../../ :mrdocs: Return `true` if `lhs` is ordered before or equal to `rhs`. == Synopsis Declared in `<bdlmt_signaler.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- bool operator<=( xref:BloombergLP/bdlmt/SignalerConnection.adoc[SignalerConnection] const& lhs, xref:BloombergLP/bdlmt/SignalerConnection.adoc[SignalerConnection] const& rhs); ---- == Description Return `true` if the specified `lhs` is less than or equal to the specified `rhs` and `false` otherwise. == Return Value `true` if `lhs` is ordered before or equal to `rhs`, and `false` otherwise == Parameters [cols="1,4"] |=== | Name| Description | *lhs* | left‐hand‐side connection | *rhs* | right‐hand‐side connection |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#