Skip to content

cf_guid_equal

Category: utility
GitHub: cute_guid.h


Returns true if two CF_Guid's are equal, false otherwise.

bool cf_guid_equal(CF_Guid a, CF_Guid b) { return !CF_MEMCMP(&a, &b, sizeof(a)); }
Parameters Description
a A guid to compare.
b A guid to compare.

CF_Guid
cf_make_guid