PrinterMarksKindExtensions.HasFlagFast

PrinterMarksKindExtensions.HasFlagFast method

Determines whether the current value includes a specified flag.

public static bool HasFlagFast(this PrinterMarksKind value, PrinterMarksKind flag)
ParameterTypeDescription
valuePrinterMarksKindThe current value of the PrinterMarksKind enumeration.
flagPrinterMarksKindThe flag to check.

Return Value

true if the flag is included in the current value; otherwise, false.

See Also