In swift there seem to be two equality operators: the double equals (==
) and the triple equals (===
), what is the difference between the two?
In swift there seem to be two equality operators: the double equals (==
) and the triple equals (===
), what is the difference between the two?