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.

Return Value

True if the ScriptEvent was matched; otherwise false.

Version Information

.NET Compact Framework

Supported in: 3.9, 3.5

See Also