- `TF = eq (A, B)`

Return `true` if the two inputs are equal.

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

See also: `ne`, `isequal`, `le`, `ge`, `gt`, `ne`, `lt`.

### References

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