Query: xmstringcompare
OS: osf1
Section: 3x
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
XmStringCompare(3X) XmStringCompare(3X)NAMEXmStringCompare - A compound string function that compares two stringsSYNOPSIS#include <Xm/Xm.h> Boolean XmStringCompare (s1, s2) XmString s1; XmString s2;DESCRIPTIONXmStringCompare 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 (char *) string and the same font list element tag other than XmFONTLIST_DEFAULT_TAG using XmStringCreate, the strings compare as equal. Specifies a compound string to be compared with s2 Specifies a compound string to be compared with s1RETURN VALUEReturns True if two compound strings are equivalent.SEE ALSOXmStringCreate(3X), XmStringCreateLocalized(3X) XmStringCompare(3X)
| Related Man Pages | 
|---|
| xmstringbytecompare(3) - redhat | 
| xmstringbytecompare(3) - centos | 
| xmstringcreate(3) - hpux | 
| xmcvtxmstringtoct(3x) - osf1 | 
| xmstring(3x) - osf1 | 
| Similar Topics in the Unix Linux Community | 
|---|
| Throw my Toys out of the Pram! | 
| PHP Write Man Pages to MySQL DB |