Tests whether the specified value is included in a bitmask.
'Declaration
<PureAttribute()>
Public Shared Function HasFlags( _
ByVal As Integer, _
ByVal As Integer _
) As Boolean
[Pure()]
public static bool HasFlags(
int ,
int
)
[Pure()]
public:
static bool HasFlags(
int ,
int
)
Parameters
- value
- The value to check
- mask
- The mask containing the bits to check for
Return Value
true if has all bits from