Function gnunet_sys::GNUNET_CONTAINER_meta_data_test_equal[][src]

pub unsafe extern "C" fn GNUNET_CONTAINER_meta_data_test_equal(
    md1: *const GNUNET_CONTAINER_MetaData,
    md2: *const GNUNET_CONTAINER_MetaData
) -> c_int

@ingroup metadata Test if two MDs are equal. We consider them equal if the meta types, formats and content match (we do not include the mime types and plugins names in this consideration).

@param md1 first value to check @param md2 other value to check @return #GNUNET_YES if they are equal