WindowEquals Method
Determines whether the specified instances are considered equal.

Namespace: Selenium
Assembly: Selenium (in Selenium.dll) Version: 2.0.9.0 (2.0.9.0)
Syntax
VB Usage
Dim instance As Window
Dim obj As Object
Dim returnValue As Boolean

returnValue = instance.Equals(obj)

Parameters

obj
Type: SystemObject
Object to compare.

Return Value

Type: Boolean
True if equal, false otherwise.
See Also