pub fn not_equal<L, R>(left: L, right: R) -> Comparisonwhere L: Into<Operand>, R: Into<Operand>,
Check if the two values or paths are not equal.
DynamoDB documentation.