ScriptEvent.Or Method
Namespace: Rebex.TerminalEmulation
Assembly: Rebex.Terminal.dll (version 7.0.9083)
Or(ScriptEvent, ScriptEvent)
At least one of the conditions must be met.
Declaration
public static ScriptEvent Or(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 'Or' on its operand. |
Or(ScriptEvent[])
At least one of the conditions must be met.
Declaration
public static ScriptEvent Or(params ScriptEvent[] events)
Parameters
Type | Name | Description |
---|---|---|
ScriptEvent[] | events | List of conditions. |
Returns
Type | Description |
---|---|
ScriptEvent | A ScriptEvent that performs logical 'Or' on its operand. |