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

Check if the two values or paths are equal.

DynamoDB documentation.