[]
        
(Showing Draft Content)

C1.Document.Utils.GetFlag

GetFlag Method

GetFlag(int, int)

Determines if the flags match the mask.

Declaration
public static bool GetFlag(int flags, int flagMask)
Parameters
Type Name Description
int flags

The flags.

int flagMask

The flag mask.

Returns
Type Description
bool

True if flags match the mask, false otherwise.