Function equal

Source
pub fn 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 equal.

DynamoDB documentation.