Operator BitwiseOr
| Improve this Doc View SourceBitwiseOr(_Boolean, _Boolean)
Computes the logical OR operation of two specified _Boolean objects.
Declaration
public static _Boolean operator |(_Boolean x, _Boolean y)
Parameters
| Type | Name | Description |
|---|---|---|
| _Boolean | x | A _Boolean object. |
| _Boolean | y | A _Boolean object. |
Returns
| Type | Description |
|---|---|
| _Boolean | The result of the logical OR operation. |