pub unsafe extern "C" fn mlirAffineExprEqual(
    lhs: MlirAffineExpr,
    rhs: MlirAffineExpr
) -> bool
Expand description

Returns true if the two affine expressions are equal.