[][src]Function libcoap_sys::coap_address_equals

pub unsafe extern "C" fn coap_address_equals(
    a: *const coap_address_t,
    b: *const coap_address_t
) -> c_int

Compares given address objects @p a and @p b. This function returns @c 1 if addresses are equal, @c 0 otherwise. The parameters @p a and @p b must not be @c NULL;