- (c-sym-equal? X Y) → '#t or '#fsyntax
ATTENTION: This CK-macro has major pitfalls that you should be aware of. If you do not require strict R5RS portability, it is recommended to use c-equal? instead.
Similar to c-sym-eq?, except it recursively compares pairs, lists, and vectors.
Roughly analogous to equal?, except it only works (portably) with symbols, pairs, lists, vectors, and nested combinations of those things.