[#BloombergLP-bslmt-operator_eq] = xref:BloombergLP.adoc[BloombergLP]::xref:BloombergLP/bslmt.adoc[bslmt]::operator== :relfileprefix: ../../ :mrdocs: Return `true` if the specified `lhs` and `rhs` objects have the same value, and `false` otherwise. Two `ThreadAttributes` objects have the same value if the corresponding values of their `detachedState`, `guardSize`, `inheritSchedule`, `schedulingPolicy`, `schedulingPriority`, and `stackSize` attributes are the same. == Synopsis Declared in `<bslmt_threadattributes.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- bool operator==( xref:BloombergLP/bslmt/ThreadAttributes.adoc[ThreadAttributes] const& lhs, xref:BloombergLP/bslmt/ThreadAttributes.adoc[ThreadAttributes] const& rhs); ---- [.small]#Created with https://www.mrdocs.com[MrDocs]#