Operator BitwiseAnd
| Improve this Doc View SourceBitwiseAnd(_Boolean, _Boolean)
Computes the logical AND 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 AND operation. |