Programming Reference Manual
Is
Syntax
expr
Is
expr
Description
Return the
True
if both
expr
s refer to the same object.
See Also
Objects
.
Example
Sub
Main
Dim
X As
Object
Dim
Y As
Object
Debug
.
Print
X Is Y
' True
End
Sub
Home
IDE Overview
Declarations
Data Types
Assignment
Flow Control
Error Handling
Conversion
Variable Info
Constant
Math
Financial
Strings
StringClass
Objects
Time/Date
File
User Input
User Dialog
Dialog Functions
Web Form
CCL (web server)
DDE
Settings
Miscellaneous
Operator
Operator
Operators: +, -, ^, *, /, \, Mod, +, -, &, =, <>, <, >, <=, >=,
Like
Not, And, Or, Xor, Eqv, Imp
Is
TypeOf
New
Translator