EnumFlags.Contains
Returns whether the enum flag is contained
Properties
Property Name | Description |
---|---|
Type | Type of enum flag |
Value 1 | Value1 |
Value 2 | Value2 |
Result | Output the result. (Return true if Value1 contains Value2, otherwise return false) |