[#BloombergLP-balst-operator_not_eq-08a] = xref:BloombergLP.adoc[BloombergLP]::xref:BloombergLP/balst.adoc[balst]::operator!= :relfileprefix: ../../ :mrdocs: Return `true` if the specified `lhs` and `rhs` objects do not have the same value, and `false` otherwise. Two `StackTraceFrame` objects do not have the same value if the corresponding values of their `address`, `libraryFileName`, `lineNumber`, `mangledSymbolName`, `offsetFromSymbol`, `sourceFileName`, or `symbolName` attributes are the not same. == Synopsis Declared in `<balst_stacktraceframe.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- bool operator!=( xref:BloombergLP/balst/StackTraceFrame.adoc[StackTraceFrame] const& lhs, xref:BloombergLP/balst/StackTraceFrame.adoc[StackTraceFrame] const& rhs); ---- [.small]#Created with https://www.mrdocs.com[MrDocs]#