Test for equality. Reference types are checked to ensure their references are the same (point to same thing), value types are checked to ensure their values are identical.
See Implementation
Test for equality. Reference types are checked to ensure their references are the same (point to same thing), value types are checked to ensure their values are identical.