Determines whether one or more bit fields are set in the specified enumeration.
Namespace: BlueCieloECM.InnoCielo.MeridianAssembly: BlueCieloECM.InnoCielo.Meridian (in BlueCieloECM.InnoCielo.Meridian.dll) Version: 1.4.0.0 (1.4.53.0)
Syntax
Parameters
- anEnum
- Type:
System Enum
The enumeration to check.
- flag
- Type:
System Enum
An enumeration value.
Return Value
if the bit field or bit fields that are set in flag are also set in the specified enumeration; otherwise, .Remarks
See Also