EnumTEnumHasFlag Method

Overload List

HasFlag(TEnum, TEnum) Gets whether the bits that are set in the flags parameter are set in the specified value.
HasFlag(TEnum, Int64) Gets whether the bits that are set in the flags parameter are set in the specified value.
HasFlag(TEnum, UInt64) Gets whether the bits that are set in the flags parameter are set in the specified value.

See Also