chickadee » scheme » base » string=?

(string=? string[1] string[2] string[3] ...)procedure

Returns #t if the two strings are the same length and contain the same characters in the same positions, otherwise returns #f.