Multiple choice technology programming languages Select the keyword used to compare the object variable? And OR IS 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.