NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

Is Operator

Used to compare two object reference variables.

Arguments

Part
Description
result
Required; any numeric variable.
object1
Required; any object name.
object2
Required; any object name.

Remarks

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.

See Also

Example

Comparison Operators | Operator Precedence in Visual Basic | Operator Summary