BloombergLP::bdldfp::operator!=

Inequality operators

Synopses

Declared in <bdldfp_decimal.h>

Return true if the specified lhs and rhs objects do not have the same value, and false otherwise.

bool
operator!=(
    DecimalFormatConfig const& lhs,
    DecimalFormatConfig const& rhs);
» more...

Return true if the specified lhs and rhs do not have the same value, and false otherwise.

bool
operator!=(
    Uint128 const& lhs,
    Uint128 const& rhs);
» more...

Return true if the specified lhs and rhs do not have the same value, and false otherwise.

bool
operator!=(
    Decimal32 lhs,
    Decimal32 rhs);
» more...

Return true if the specified lhs and rhs do not have the same value, and false otherwise.

bool
operator!=(
    Decimal64 lhs,
    Decimal64 rhs);
» more...

Return true if the specified lhs and rhs do not have the same value, and false otherwise.

bool
operator!=(
    Decimal32 lhs,
    Decimal64 rhs);
» more...

Return true if lhs and rhs do not have the same value.

bool
operator!=(
    Decimal64 lhs,
    Decimal32 rhs);
» more...

Return true if the specified lhs and rhs do not have the same value, and false otherwise.

bool
operator!=(
    Decimal128 lhs,
    Decimal128 rhs);
» more...

Return true if the specified lhs and rhs do not have the same value, and false otherwise.

bool
operator!=(
    Decimal32 lhs,
    Decimal128 rhs);
» more...

Return true if lhs and rhs do not have the same value.

bool
operator!=(
    Decimal128 lhs,
    Decimal32 rhs);
» more...

Return true if lhs and rhs do not have the same value.

bool
operator!=(
    Decimal64 lhs,
    Decimal128 rhs);
» more...

Return true if lhs and rhs do not have the same value.

bool
operator!=(
    Decimal128 lhs,
    Decimal64 rhs);
» more...

Return Value

  • true if lhs and rhs do not have the same value, and false otherwise
  • true if lhs and rhs do not have the same value, and false otherwise
  • true if the specified lhs and rhs do not have the same value, and false otherwise
  • true if lhs and rhs do not have the same value

Parameters

NameDescription
lhsleft-hand operand
rhsright-hand operand