FlagsEnumeration.HasFlagValue method

Checks if the current flag has the specified value.

public virtual bool HasFlagValue(int value)
parameterdescription
valueThe flag value to check.

Return Value

true if the value is present; otherwise, false.

See Also