ScriptMatch.IsEventMatched Method
Namespace: Rebex.TerminalEmulation
Assembly: Rebex.Terminal.dll (version 7.0.9083)
IsEventMatched(ScriptEvent)
Determines if the ScriptEvent was matched.
Declaration
public bool IsEventMatched(ScriptEvent scriptEvent)
Parameters
Type | Name | Description |
---|---|---|
ScriptEvent | scriptEvent | ScriptEvent to determine. |
Returns
Type | Description |
---|---|
Boolean | True if the ScriptEvent was matched; otherwise false. |