NEST HelpDesk | Command Index | NEST Quick Reference |
neq - Test two objects for inequalitySynopsis:
any1 any2 neq -> boolDescription:
neq returns true if the two arguments are not equal and falseSeeAlso: Source:
otherwise.
neq can also be applied to container objecs like arrays, procedures, strings,
and dictionaries:
* two arrays or strings are equal, if all their components are equal.
* two dictionaries are equal, if they represent the same object.
/opt/conda/conda-bld/nest_1512397208563/work/nest-2.14.0/sli/slimath.cc
NEST HelpDesk | Command Index | NEST Quick Reference |
© 2004 The NEST Initiative