pub unsafe extern "C" fn otIp6IsAddressEqual(
    aFirst: *const otIp6Address,
    aSecond: *const otIp6Address
) -> bool
Expand description

Test if two IPv6 addresses are the same.

@param[in] aFirst A pointer to the first IPv6 address to compare. @param[in] aSecond A pointer to the second IPv6 address to compare.

@retval TRUE The two IPv6 addresses are the same. @retval FALSE The two IPv6 addresses are not the same.