Multiple choice technology programming languages

Select the keyword used to compare the object variable?

  1. And

  2. OR

  3. IS

  4. OF

Reveal answer Fill a bubble to check yourself
C Correct answer
Explanation

The IS keyword in VB.NET is used for object reference comparison. It checks whether two object variables refer to the exact same object instance in memory, not whether their contents are equal.