Both of the conditions must be met.

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

Syntax

Visual Basic
Public Shared Function And ( _
	e1 As ScriptEvent, _
	e2 As ScriptEvent _
) As ScriptEvent
C#
public static ScriptEvent And(
	ScriptEvent e1,
	ScriptEvent e2
)

Parameters

e1
Type: Rebex.TerminalEmulation..::..ScriptEvent
First condition.
e2
Type: Rebex.TerminalEmulation..::..ScriptEvent
Second condition.

Return Value

A ScriptEvent that performs logical 'And' on its operand.

Version Information

.NET Compact Framework

Supported in: 3.9, 3.5

See Also