EAPUtilBitsSet Method (Enum, Enum) |
Determine if the specified set of bits are all set.
Namespace:
NetQuarry
Assembly:
EAP.Core (in EAP.Core.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax public static bool BitsSet(
Enum val,
Enum mask
)
Public Shared Function BitsSet (
val As Enum,
mask As Enum
) As Boolean
Parameters
- val
- Type: SystemEnum
The value to test. - mask
- Type: SystemEnum
The bit mask to apply.
Return Value
Type:
BooleanTrue if all the bits in the mask are set, else False.
See Also