.\" 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 "FcPatternIterEqual" "3" "2022/03/31" "Fontconfig 2.14.0" ""
.SH NAME
FcPatternIterEqual \- Compare iterators
.SH SYNOPSIS
.sp
\fB#include
.sp
FcBool FcPatternIterEqual (const FcPattern *\fIp1\fB, FcPatternIter *\fIi1\fB, const FcPattern *\fIp2\fB, FcPatternIter *\fIi2\fB);
\fR
.SH "DESCRIPTION"
.PP
Return FcTrue if both \fIi1\fR and \fIi2\fR
point to same object and contains same values. return FcFalse otherwise.
.SH "SINCE"
.PP
version 2.13.1