- `TF = eq (A, B)`

Retorna `true` se as duas entradas forem iguais.

Esta função é equivalente a `A == B`.

Veja também: `ne`, `isequal`, `le`, `ge`, `gt`, `ne`, `lt`.

### Referências

- 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://pt.wikipedia.org/wiki/Igualdade_matem%C3%A1tica
