FcValueEqual.3 revision a6844aab
1.\\" auto-generated by docbook2man-spec $Revision: 1.1.1.2 $
2.TH "FcValueEqual" "3" "18 November 2009" "" ""
3.SH NAME
4FcValueEqual \- Test two values for equality
5.SH SYNOPSIS
6.nf
7\fB#include <fontconfig.h>
8.sp
9FcBool FcValueEqual(FcValue \fIv_a\fB);
10(FcValue \fIv_b\fB);
11\fR.fi
12.SH "DESCRIPTION"
13.PP
14Compares two values. Integers and Doubles are compared as numbers; otherwise
15the two values have to be the same type to be considered equal. Strings are
16compared ignoring case.
17.SH "VERSION"
18.PP
19Fontconfig version 2.8.0
20