Swift - Operators and Expressions
What does the identity operator
=== check in Swift?=== check in Swift?====== operator checks if two references point to the same object in memory.==, which checks value equality, === checks identity (same instance).=== checks identity [OK]15+ quiz questions · All difficulty levels · Free
Free Signup - Practice All Questions