FlagsExpression<T>.Evaluate(T) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Evaluate a given flag enum value against the expression.
public:
bool Evaluate(T value);
public bool Evaluate (T value);
member this.Evaluate : 'T -> bool
Public Function Evaluate (value As T) As Boolean
Parameters
- value
- T
The flag enum value to be evaluated.
Returns
Whether the enum value satisfy the expression.