pub unsafe fn eq_q_cbor_tag_q_cbor_known_tags(
    t: QCborTag,
    kt: QCborKnownTags
) -> bool
Available on cpp_lib_version="5.12.2" or cpp_lib_version="5.13.0" or cpp_lib_version="5.14.0" only.
Expand description

Returns true if c1 and c2 are the same Unicode character; otherwise returns false.

Calls C++ function: bool operator==(QCborTag t, QCborKnownTags kt).

Warning: no exact match found in C++ documentation. Below is the C++ documentation for bool operator==(QChar c1, QChar c2):

Returns true if c1 and c2 are the same Unicode character; otherwise returns false.