Comparison
7Returns non-nil if nums are in monotonically increasing order, otherwise false.
functionclojure.core
Returns non-nil if nums are in monotonically non-decreasing order, otherwise false.
functionclojure.core
Equality. Returns true if x equals y, false if not. Same as Java x.equals(y) except it also works for nil, and compare...
functionclojure.core
Returns non-nil if nums are in monotonically decreasing order, otherwise false.
functionclojure.core
Returns non-nil if nums are in monotonically non-increasing order, otherwise false.
functionclojure.core
Comparator. Returns a negative number, zero, or a positive number when x is logically 'less than', 'equal to', or 'gre...
functionclojure.core
Same as (not (= obj1 obj2))
functionclojure.core