Determines if the ScriptEvent was matched.
            
    Namespace: 
   Rebex.TerminalEmulation
    Assembly:
   Rebex.Terminal (in Rebex.Terminal.dll)
Syntax
| Visual Basic | 
|---|
Public Function IsEventMatched ( _ scriptEvent As ScriptEvent _ ) As Boolean  | 
| C# | 
|---|
public bool IsEventMatched( ScriptEvent scriptEvent )  | 
Parameters
- scriptEvent
 - Type: Rebex.TerminalEmulation..::..ScriptEvent
ScriptEvent to determine.