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".
|