Return true if the integral values of the specified a and b do not compare equal; otherwise return false.

Synopsis

Declared in <bsltf_copymovestate.h>

bool
operator!=(
    CopyMoveState::Enum a,
    int b);

Return Value

true if a and b do not compare equal, else false

Parameters

Name

Description

a

left‐hand operand

b

right‐hand operand

Created with MrDocs