XmStringCompare(3Xm) — UNIX Programmer’s Manual
NAME
XmStringCompare — a compound string function that compares two strings.
SYNOPSIS
#include <Xm/Xm.h> Boolean XmStringCompare (s1, s2)
XmStrings1;
XmStrings2;
DESCRIPTION
XmStringCompare returns a Boolean indicating the results of a semantically equivalent comparison of two compound strings.
Symantically equivalent means that the strings have the same text components, directions, and separators. If character sets are specified, they must be equal as well. If either one has a character set of XmSTRING_DEFAULT_CHARSET, it will match the other character set.
s1Specifies a compound string to be compared with s2.
s2Specifies a compound string to be compared with s1.
RETURN VALUE
Returns True if two compound strings are equivalent.
RELATED INFORMATION
7th Edition