[]
Determines if the flags match the mask.
public static bool GetFlag(int flags, int flagMask)
The flags.
The flag mask.
True if flags match the mask, false otherwise.