pub unsafe extern "C" fn otIp4IsAddressEqual(
aFirst: *const otIp4Address,
aSecond: *const otIp4Address,
) -> bool
Expand description
Test if two IPv4 addresses are the same.
@param[in] aFirst A pointer to the first IPv4 address to compare. @param[in] aSecond A pointer to the second IPv4 address to compare.
@retval TRUE The two IPv4 addresses are the same. @retval FALSE The two IPv4 addresses are not the same.