Is

<< Click to Display Table of Contents >>

Navigation:  Data Type Functions >

Is

Description

Compares two object expressions and returns a value that indicates whether the expressions refer to the same object.

Syntax

If (expression2 Is expression2)

Remarks

Also use the Is operator to test whether an object variable has been Set to Nothing.