Note, Turing Equivalence is a property of COMPUTATION SYSTEMS not
individual machines.
Maybe you should see
https://en.wikipedia.org/wiki/Turing_completeness#Formal_definitions
The short answer from there is:
A related concept is that of Turing equivalence – two computers P and Q
are called equivalent if P can simulate Q and Q can simulate P. The
Church–Turing thesis conjectures that any function whose values can be
computed by an algorithm can be computed by a Turing machine, and
therefore that if any real-world computer can simulate a Turing machine,
it is Turing equivalent to a Turing machine. A universal Turing machine
can be used to simulate any Turing machine and by extension the
computational aspects of any possible real-world computer.
To show that something is Turing-complete, it is enough to show that it
can be used to simulate some Turing-complete system. No physical system
can have infinite memory, but if the limitation of finite memory is
ignored, most programming languages are otherwise Turing-complete.