ScriptEvent.And Method
Namespace: Rebex.TerminalEmulation
Assembly: Rebex.Terminal.dll (version 7.0.9083)
And(ScriptEvent, ScriptEvent)
Both of the conditions must be met.
Declaration
public static ScriptEvent And(ScriptEvent e1, ScriptEvent e2)
Parameters
Type | Name | Description |
---|---|---|
ScriptEvent | e1 | First condition. |
ScriptEvent | e2 | Second condition. |
Returns
Type | Description |
---|---|
ScriptEvent | A ScriptEvent that performs logical 'And' on its operand. |