Function nfc_device_is_equal
Source pub unsafe extern "C" fn nfc_device_is_equal(
instance: *const NfcDevice,
other: *const NfcDevice,
) -> bool
Expand description
Compare two NfcDevice instances to determine whether they are equal.
§Arguments
instance (direction in) - pointer to the first instance to be compared.
other (direction in) - pointer to the second instance to be compared.
§Returns
true if both instances are considered equal, false otherwise.