strequal

Purpose

Check if string 1 is identical to string 2.

Syntax

returnedBoolean = strequal(string1, string2)

returnedBoolean - type: bool
string1 - type: str
string2 - type: str

Returns

Remarks

Example

See Also

strequalnocase, strnotequal, strnotequalnocase, String Functions