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.