.\" This manpage has been automatically generated by docbook2man .\" from a DocBook document. This tool can be found at: .\" .\" Please send any bug reports, improvements, comments, patches, .\" etc. to Steve Cheng . .TH "FcStrSetEqual" "3" "24 August 2019" "Fontconfig 2.13.1" "" .SH NAME FcStrSetEqual \- check sets for equality .SH SYNOPSIS .sp \fB#include .sp FcBool FcStrSetEqual (FcStrSet *\fIset_a\fB, FcStrSet *\fIset_b\fB); \fR .SH "DESCRIPTION" .PP Returns whether \fIset_a\fR contains precisely the same strings as \fIset_b\fR\&. Ordering of strings within the two sets is not considered.