Check if string 1 differs from string 2.
returnedBoolean = strnotequal(string1, string2)
returnedBoolean - type: bool string1 - type: str string2 - type: str
strequal, strequalnocase, strnotequalnocase, String Functions