Method IsMatch
IsMatch(IWindowHandle)
Determines whether the specified window handle matches the criteria.
Declaration
bool IsMatch(IWindowHandle window)
Parameters
| Type | Name | Description |
|---|---|---|
| IWindowHandle | window | The window handle to evaluate. |
Returns
| Type | Description |
|---|---|
| bool | True if the window matches; otherwise, false. |