pub unsafe extern "C" fn otCoapMessageAreTokensEqual(
aFirstToken: *const otCoapToken,
aSecondToken: *const otCoapToken,
) -> boolExpand description
Indicates whether two given CoAP Tokens are equal.
@param[in] aFirstToken The first Token to compare. @param[in] aSecondToken The second Token to compare.
@retval TRUE If the two Tokens are equal. @retval FALSE If the two Tokens are not equal.