HasFlag()
Enum::HasFlag(E, E) method
Determines if the specified bits are set in a bitary representation of the specified enum value.
static bool System::Enum<E, Guard>::HasFlag(E value, E mask)
Arguments
Parameter | Type | Description |
---|---|---|
value | E | The enum value to test |
mask | E | The mask to check value’s bits against |
Return Value
True if bits that are set in mask are also set in value, otherwise - false
See Also
- Struct Enum
- Namespace System
- Library Aspose.Slides