Method IsMatch
IsMatch(IWindowHandle)
Determines whether the specified window handle matches. Always returns false.
Declaration
public bool IsMatch(IWindowHandle windowHandle)
Parameters
| Type | Name | Description |
|---|---|---|
| IWindowHandle | windowHandle | The window handle to evaluate. |
Returns
| Type | Description |
|---|---|
| bool | False, unconditionally. |