Imported Upstream version 2.14.2
[platform/upstream/fontconfig.git] / doc / FcValueEqual.3
1 .\" auto-generated by docbook2man-spec from docbook-utils package
2 .TH "FcValueEqual" "3" "27 1月 2023" "Fontconfig 2.14.2" ""
3 .SH NAME
4 FcValueEqual \- Test two values for equality
5 .SH SYNOPSIS
6 .nf
7 \fB#include <fontconfig/fontconfig.h>
8 .sp
9 FcBool FcValueEqual (FcValue \fIv_a\fB, FcValue \fIv_b\fB);
10 .fi\fR
11 .SH "DESCRIPTION"
12 .PP
13 Compares two values. Integers and Doubles are compared as numbers; otherwise
14 the two values have to be the same type to be considered equal. Strings are
15 compared ignoring case.