logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

XmStringCompare — A compound string function that compares two strings "XmStringCompare" "compound string

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 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 s2s2        Specifies a compound string to be compared with s1

Name

XmStringCompare — A compound string function that compares two strings "XmStringCompare" "compound string
       functions" "XmStringCompare"

Return

       Returns True if two compound strings are equivalent.

Synopsis

       #include <Xm/Xm.h>
       BooleanXmStringCompare(
       XmStrings1,
       XmStrings2);

See Also