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

Check if the two values or paths are not equal.

DynamoDB documentation.