Equal?

(equal? argument1 argument2) -> boolean

Compares the arguments. For numbers and symbols, acts as eq?. For lists, pairs, vectors, and strings, if they would print the same, it returns true. Otherwise, it returns false. When working with strings, it is case-sensitive.

Examples:

See Also: eqv?, eq?