HasFlagValue

FlagsEnumeration.HasFlagValue method

Checks if the current flag has the specified value.

public virtual bool HasFlagValue(int value)
Parameter Type Description
value Int32 The flag value to check.

Return Value

true if the value is present; otherwise, false.

See Also