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