1.108 class noteq

Test non equivalence of objects. X \== Y is equivalent to not(X == Y). See also class ==, class not and object->equal.

See also
- object->equal
- topic Conditions
- class ==
- object->has_value

1.108.1 Instance variables

noteq <->left:
Operant. If it is a function object it will be evaluated bu noteq->_execute.
noteq <->right:
Inherits description from: \==-left