pub unsafe extern "C" fn run_container_equals(
    container1: *const run_container_t,
    container2: *const run_container_t
) -> bool
Expand description

Return true if the two containers have the same content.