NO-DUPLICATESP-EQUAL

check for duplicates in a list (using equal for equality)
Major Section:  PROGRAMMING

(no-duplicatesp-equal l) is true if and only if no member of l occurs twice in l.

(no-duplicatesp-equal l) has a guard of (true-listp l). Membership is tested using member-equal, hence using equal as the test.