What is the difference between $\equiv$ and $=$?
My thought is, that, when $\equiv$ is used $=$ could have been used as well. The resulting expression would not be wrong, but just take on a slightly different meaning. But what exactly is the relation between those symbols?
To give a practical example, consider those: $$ =:⟺∀:(x∈\iff∈) $$ $$ =:=∀:(x∈\iff∈) $$ $$ =:\equiv∀:(x∈\iff∈) $$
Or those: $$ 5+7=12 $$ $$ 5+7\equiv12 $$ $$ 5+7=7+5 $$ $$ 5+7\equiv7+5 $$
The $:$ is crucial here, indicating that what's on the left of $:\Longleftrightarrow$, $:=$ or $:\equiv$ is defined as what's on the right. These three two-character symbols all mean the same thing. But if you ask for a comparison of the meanings of the "naked" $\Longleftrightarrow$, $=$, $\equiv$, well, those are all different.
The first two are easy: $\Longleftrightarrow$ means iff, and $=$ means equals. But $\equiv$ can denote identities (making is stronger than $=$) or equivalence relations (which are weaker than $=$, and often denoted $\sim$, though congruence in particular is always represented with $\equiv$.)