xmstringcompare(3) centos man page | unix.com

Man Page: xmstringcompare

Operating Environment: centos

Section: 3

XmStringCompare(library call)											     XmStringCompare(library call)

NAME
XmStringCompare -- A compound string function that compares two strings
SYNOPSIS
#include <Xm/Xm.h> Boolean XmStringCompare( XmString s1, XmString s2);
DESCRIPTION
XmStringCompare returns a Boolean value indicating the results of a semantically equivalent comparison of two compound strings. Semantically equivalent means that the strings have the same text components, font list element tags, directions, and separators. In gen- eral, if two compound strings are created with the same (char *) string using XmStringCreateLocalized 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 XmStringCreate, the strings compare as equal. s1 Specifies a compound string to be compared with s2 s2 Specifies a compound string to be compared with s1
RETURN
Returns True if two compound strings are equivalent.
RELATED
XmStringCreate(3) and XmStringCreateLocalized(3). XmStringCompare(library call)
Related Man Pages
xmstring(3) - centos
xmstringcreate(3) - centos
xmstringbytecompare(3) - hpux
xmstring(3x) - osf1
xmstring(3x) - redhat
Similar Topics in the Unix Linux Community
Weird 'find' results
How to increment version inside a file?
DB2 convert digits to binary format
Tar Command
Unsure why access time on a directory change isn't changing