(= [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.
Examples
No examples yet. Be the first to add one!