ScriptEvent.Not Method
Namespace: Rebex.TerminalEmulation
Assembly: Rebex.Terminal.dll (version 7.0.9083)
Not(ScriptEvent)
A condition must not be met.
Declaration
public static ScriptEvent Not(ScriptEvent e)
Parameters
Type | Name | Description |
---|---|---|
ScriptEvent | e | The condition. |
Returns
Type | Description |
---|---|
ScriptEvent | A ScriptEvent that performs logical 'Not' on its operand. |