FlagsEnumeration.HasFlag<T> method
Leave feedback
On this page
Checks if the current flag has the specified flag.
public virtual bool HasFlag<T>(T flag)
where T : FlagsEnumeration
parameter | description |
---|---|
flag | The flag to check. |
true
if the flag is present; otherwise, false
.
- namespace GroupDocs.Conversion.Contracts
Was this page helpful?
Any additional feedback you'd like to share with us?
Please tell us how we can improve this page.
Thank you for your feedback!
We value your opinion. Your feedback will help us improve our documentation.