GSP
Quick Navigator

Search Site

Unix VPS
A - Starter
B - Basic
C - Preferred
D - Commercial
MPS - Dedicated
Previous VPSs
* Sign Up! *

Support
Contact Us
Online Help
Handbooks
Domain Status
Man Pages

FAQ
Virtual Servers
Pricing
Billing
Technical

Network
Facilities
Connectivity
Topology Map

Miscellaneous
Server Agreement
Year 2038
Credits
 

USA Flag

 

 

Man Pages
XmStringCompare(3) FreeBSD Library Functions Manual XmStringCompare(3)

XmStringCompare — A compound string function that compares two strings

#include <Xm/Xm.h>
Boolean XmStringCompare(
XmString s1,
XmString s2);

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 general, 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

Returns True if two compound strings are equivalent.

XmStringCreate(3) and XmStringCreateLocalized(3).

Search for    or go to Top of page |  Section 3 |  Main Index

Powered by GSP Visit the GSP FreeBSD Man Page Interface.
Output converted with ManDoc.