ScriptEvent.BitwiseOr Operator
Namespace: Rebex.TerminalEmulation
Assembly: Rebex.Terminal.dll (version 7.0.9313)
BitwiseOr(ScriptEvent, ScriptEvent)
At least one of the conditions must be met.
Declaration
public static ScriptEvent operator |(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. |