ScriptMatch.IsTagMatched Method
Namespace: Rebex.TerminalEmulation
Assembly: Rebex.Terminal.dll (version 7.0.9448)
IsTagMatched(Object)
Determines if the ScriptEvent with the tag was matched.
Declaration
public bool IsTagMatched(object tag)
Parameters
| Type | Name | Description |
|---|---|---|
| Object | tag | Find ScriptEvent with this tag. |
Returns
| Type | Description |
|---|---|
| Boolean | True if the ScriptEvent was matched; otherwise false. |