Checks if a value's masked portion matches a specific flag.
The value to check for the flag match.
The mask to apply to the value.
The flag to match within the masked value.
A boolean indicating whether the flag matches the masked value.
See Implementation
Checks if a value's masked portion matches a specific flag.