Inequality operators
Synopses
Declared in <balxml_decoderoptions.h>
Return true if the specified lhs object does not have the same value as the specified rhs object.
bool
operator!=(
ErrorInfo const& lhs,
ErrorInfo const& rhs);
Return true if the specified lhs and rhs registries do not have the same value.
bool
operator!=(
NamespaceRegistry const& lhs,
NamespaceRegistry const& rhs);
Return true if the specified lhs and rhs do not have the same value.
bool
operator!=(
EncoderOptions const& lhs,
EncoderOptions const& rhs);
Return true if the specified lhs and rhs do not have the same value.
bool
operator!=(
DecoderOptions const& lhs,
DecoderOptions const& rhs);
Return Value
-
trueif the objects do not have the same value, andfalseotherwise -
trueif the registries do not have the same value, andfalseotherwise
Parameters
Name |
Description |
lhs |
left‐hand operand |
rhs |
right‐hand operand |
Created with MrDocs