Microsoft® Visual Basic® Scripting Edition Is Operator |
| Language Reference |
|
Used to compare two object reference variables.
result = object1 Is object2The Is operator syntax has these parts:
Part Description result Any numeric variable. object1 Any object name. object2 Any object name.
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.In the following example, A has been set to refer to the same object as B:
The following example makes A and B refer to the same object as C:Set A = B
Set A = C Set B = C
file: /Techref/language/asp/vbs/vbscript/309.htm, 2KB, , updated: 1996/11/22 11:12, local time: 2025/4/29 22:08,
18.226.166.121:LOG IN
|
©2025 These pages are served without commercial sponsorship. (No popup ads, etc...).Bandwidth abuse increases hosting cost forcing sponsorship or shutdown. This server aggressively defends against automated copying for any reason including offline viewing, duplication, etc... Please respect this requirement and DO NOT RIP THIS SITE. Questions? <A HREF="http://www.piclist.com/techref/language/asp/vbs/vbscript/309.htm"> Microsoft® Visual Basic® Scripting Edition </A> |
Did you find what you needed? |
![]() o List host: MIT, Site host massmind.org, Top posters @none found - Page Editors: James Newton, David Cary, and YOU! * Roman Black of Black Robotics donates from sales of Linistep stepper controller kits. * Ashley Roll of Digital Nemesis donates from sales of RCL-1 RS232 to TTL converters. * Monthly Subscribers: Gregg Rew. on-going support is MOST appreciated! * Contributors: Richard Seriani, Sr. |
The Backwoods Guide to Computer Lingo |
.