FcStrSetEqual - check sets for equality
#include <fontconfig.h>
FcBool FcStrSetEqual(FcStrSet *set_a);
(FcStrSet *set_b);
.fi
Returns whether set_a contains precisely the same strings as set_b.
Ordering of strings within the two sets is not considered.
Fontconfig version 2.8.0
18 November 2009 FcStrSetEqual(3)