EnumFlags.Contains

Returns whether the enum flag is contained

EnumFlags.Contains

Properties

Property NameDescription
Type Type of enum flag
Value 1 Value1
Value 2 Value2
Result Output the result. (Return true if Value1 contains Value2, otherwise return false)