Utils HasFlag Method Meridian Enterprise 2013 Developer's Guide | BlueCielo ECM Solutions
Determines whether one or more bit fields are set in the specified enumeration.

Namespace: BlueCieloECM.InnoCielo.Meridian
Assembly: BlueCieloECM.InnoCielo.Meridian (in BlueCieloECM.InnoCielo.Meridian.dll) Version: 1.4.0.0 (1.4.53.0)
Syntax

public static bool HasFlag(
	Enum anEnum,
	Enum flag
)

Return Value

  if the bit field or bit fields that are set in flag are also set in the specified enumeration; otherwise,  .
Remarks

This method is an analogue of the Enum.HasFlag method introduced in .NET Framework 4.0. More info: - Enum.HasFlag Method http://msdn.microsoft.com/en-us/library/system.enum.hasflag(VS.100).aspx
See Also