bool axl_cmp ( const char *  string,
const char *  string2 
)

Allows to compare two strings provided, s1 and s1 to be equal.

In the case both are equal, true is returned. Otherwise false. The function compares that both are equal not only by making the first to be contained inside the second string. The check also ensures that "test" isn't equal to "test1".

Parameters:
string First string to check.
string2 Second string to check.
Returns:
true if both string are equal, otherwise false is returned.