SC_String_Compare()
Compares two strings (case sensitive).
Synopsis:
#include <scoreloop/sc_string.h>
int SC_String_Compare(SC_String_h self, const char *other)
Arguments:
- self
-
An opaque handle for the current string instance.
- other
-
The other string instance.
Library:
libscoreloopcoreDescription:
This method compares whether two strings are equal.
Returns:
int Returns relation between two strings, based on bytewise comparison