The Is Operator determines if two object references refer to the same object. However, it does not perform value comparisons. If object1 and object2 both refer to the same object, result is True; if they do not, result is False. Two variables can be made to refer to the same object in several ways.
Comparison Operators | Operator Precedence in Visual Basic | Operator Summary