'\" t .\" StrCoA.sgm /main/9 1996/09/08 21:03:04 rws $ .de P! .fl \!!1 setgray .fl \\&.\" .fl \!!0 setgray .fl \" force out current output buffer \!!save /psv exch def currentpoint translate 0 0 moveto \!!/showpage{}def .fl \" prolog .sy sed -e 's/^/!/' \\$1\" bring in postscript file \!!psv restore . .de pF .ie \\*(f1 .ds f1 \\n(.f .el .ie \\*(f2 .ds f2 \\n(.f .el .ie \\*(f3 .ds f3 \\n(.f .el .ie \\*(f4 .ds f4 \\n(.f .el .tm ? font overflow .ft \\$1 .. .de fP .ie !\\*(f4 \{\ . ft \\*(f4 . ds f4\" ' br \} .el .ie !\\*(f3 \{\ . ft \\*(f3 . ds f3\" ' br \} .el .ie !\\*(f2 \{\ . ft \\*(f2 . ds f2\" ' br \} .el .ie !\\*(f1 \{\ . ft \\*(f1 . ds f1\" ' br \} .el .tm ? font underflow .. .ds f1\" .ds f2\" .ds f3\" .ds f4\" .ta 8n 16n 24n 32n 40n 48n 56n 64n 72n .TH "XmStringCompare" 3 .SH "NAME" \fBXmStringCompare\fP \(em A compound string function that compares two strings "XmStringCompare" "compound string functions" "XmStringCompare" .SH "SYNOPSIS" .PP .nf #include \fBBoolean \fBXmStringCompare\fP\fR( \fBXmString \fBs1\fR\fR, \fBXmString \fBs2\fR\fR); .fi .SH "DESCRIPTION" .PP \fBXmStringCompare\fP returns a Boolean value indicating the results of a semantically equivalent comparison of two compound strings\&. .PP Semantically equivalent means that the strings have the same text components, font list element tags, directions, and separators\&. In general, if two compound strings are created with the same (\fBchar *\fR) string using \fBXmStringCreateLocalized\fP in the same language environment, the compound strings compare as equal\&. If two compound strings are created with the same text and tag argument using \fBXmStringCreate\fP, the strings compare as equal\&. .IP "\fIs1\fP" 10 Specifies a compound string to be compared with \fIs2\fP .IP "\fIs2\fP" 10 Specifies a compound string to be compared with \fIs1\fP .SH "RETURN" .PP Returns True if two compound strings are equivalent\&. .SH "RELATED" .PP \fBXmStringCreate\fP(3) and \fBXmStringCreateLocalized\fP(3)\&. .\" created by instant / docbook-to-man, Sun 22 Dec 1996, 20:30