Compare two smart card identifier instances to determine if they are equal.
#include <smartcard/sc_smart_card_id.h>
sc_response_code_t sc_smart_card_id_equal(const sc_smart_card_id_t *smart_card_id1,
const sc_smart_card_id_t *smart_card_id2,
bool *result)
BlackBerry 10.2.0
The first smart card identifier involved in the comparison.
The second smart card identifier involved in the comparison.
A non-zero value is written to this parameter if the instances are equal.
If both smart_card_id1 and smart_card_id2 are NULL, then they are considered equal.
SC_SCARD_S_SUCCESS upon success, an error code otherwise. See sc_response_code_t for error code definitions.