Return whether two objects do not have the same value.
Declared in <bsltf_evilbooleantype.h>
bsltf::EvilBooleanType
operator!=(
EvilBooleanType const& lhs,
EvilBooleanType const& rhs);
Return an EvilBooleanType value that converts to true if the specified lhs and rhs do not have the same value, and a value that converts to false otherwise. Two EvilBooleanType objects do not have the same value if the values resulting from converting each to bool do not have the same value.
an EvilBooleanType converting to true if the operands differ
| Name | Description |
|---|---|
| lhs | left-hand operand |
| rhs | right-hand operand |