Function not_equal

Source
pub fn not_equal<L, R>(left: L, right: R) -> Comparison
where L: Into<Operand>, R: Into<Operand>,
Expand description

Check if the two values or paths are not equal.

DynamoDB documentation.