[#BloombergLP-bsls-operator_eq-0d] = xref:BloombergLP.adoc[BloombergLP]::xref:BloombergLP/bsls.adoc[bsls]::operator== :relfileprefix: ../../ :mrdocs: Same as the preceding overload. == Synopsis Declared in `<bsls_timeinterval.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- bool operator==( double lhs, xref:BloombergLP/bsls/TimeInterval.adoc[TimeInterval] const& rhs); ---- == Return Value `true` if `lhs` and `rhs` have the same value; `false` otherwise == Parameters [cols="1,4"] |=== | Name| Description | *lhs* | left‐hand seconds as `double` | *rhs* | right‐hand time interval |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#