- `TF = ne (A, B)`

Return true if the two inputs are not equal.

This function is equivalent to `A != B`.

See also: `eq`, `isequal`, `le`, `ge`, `lt`.

### References

- https://www.mathworks.com/help/matlab/ref/ne.html
- https://octave.sourceforge.io/octave/function/ne.html
- https://mathworld.wolfram.com/Equal.html
- https://mathworld.wolfram.com/Equality.html
- https://en.wikipedia.org/wiki/Equality_(mathematics)
