neq
neq is an abbreviation for "not equal" used to express inequality between two values or objects. It is used in mathematics, logic, and computer science as a textual or identifier for the not-equal relation.
In mathematics, the not-equal relation is represented by the symbol ≠; when typed in plain text, "neq"
In Common Lisp, neq is a predicate that tests whether two objects are not the same object;
In most mainstream programming languages, not-equal comparisons are implemented with operators such as != or <>, depending on
In SQL, not equal is expressed with <> or !=; there is no standard neq function in the