Operator BitwiseAnd
| Improve this Doc View SourceBitwiseAnd(_Int32Enum<T>, _Int32Enum<T>)
Computes the bitwise AND of its _Int32Enum<T> operands.
Declaration
public static _Int32Enum<T> operator &(_Int32Enum<T> x, _Int32Enum<T> y)
Parameters
| Type | Name | Description |
|---|---|---|
| _Int32Enum<T> | x | A _Int32Enum<T> object. |
| _Int32Enum<T> | y | A _Int32Enum<T> object. |
Returns
| Type | Description |
|---|---|
| _Int32Enum<T> | A _Int32Enum<T> expression which contains the result. |