Determines if the ScriptEvent with the tag was matched.

Namespace:  Rebex.TerminalEmulation
Assembly:  Rebex.Terminal (in Rebex.Terminal.dll)

Syntax

Visual Basic
Public Function IsTagMatched ( _
	tag As Object _
) As Boolean
C#
public bool IsTagMatched(
	Object tag
)

Parameters

tag
Type: System..::..Object
Find ScriptEvent with this tag.

Return Value

True if the ScriptEvent was matched; otherwise false.

Version Information

.NET Compact Framework

Supported in: 3.9, 3.5

See Also