MPLAB® Harmony Graphics Suite > Graphics Library > Aria Graphics Library > Aria User Interface Library Interface > a) Functions > laString_Compare Function
MPLAB® Harmony Graphics Suite
laString_Compare Function
C
LIB_EXPORT int32_t laString_Compare(
    const laString* lstr, 
    const laString* rstr
);
Parameters
Parameters 
Description 
const laString* lstr 
the left argument 
const laString* rstr 
the right argument 
Returns

int32_t - the result of the string comparison, 0 if the strings are equal see strcmp() for more information

MPLAB® Harmony Graphics Suite