Equals operator: ==
The equals operator uses the Abstract Equality Comparison Algorithm to compare two values. The algorithm specifies, how values of different types are converted before comparing them.
==
The equals operator uses the Abstract Equality Comparison Algorithm to compare two values. The algorithm specifies, how values of different types are converted before comparing them.