Bitmask.BitwiseAnd
Operator in Bitmask
Declaration
public static Bitmask operator &(Bitmask lhs, Bitmask rhs)Description
Performs a bitwise AND operation on two bitmasks.
Parameters
| lhs | The first bitmask. | 
| rhs | The second bitmask. | 
Returns
| Bitmask | The result of the operation. |