[]
Determines if the flags match the mask.
public static bool GetFlag(int flags, int flagMask)
Public Shared Function GetFlag(flags As Integer, flagMask As Integer) As Boolean
| Type | Name | Description |
|---|---|---|
| int | flags | The flags. |
| int | flagMask | The flag mask. |
| Type | Description |
|---|---|
| bool | True if flags match the mask, false otherwise. |