Skip to main content

=

functionv1.7

cljs.core/=

Available in:BBCLJCLJS
(= [x] [x y] [x y & more])
Equality. Returns true if x equals y, false if not. Compares numbers and collections in a type-independent manner. Clojure's immutable data structures define -equiv (and thus =) as a value, not an identity, comparison.

No examples yet. Be the first to add one!