Difference Between Equal Module and Equivalence in Effect Typescript

What is the difference between the Equal module (and implement equality via [Equal.symbol]) and equivalence ? If I'm doing my own module, what equality should I implement ?
Was this page helpful?