Function: COMP-=

Source

(defun comp-= (v1 v2 &optional (comp *comparator*))
  (eq 'equals (funcall comp v1 v2)))
Source Context