FlagsEnumeration
Leave feedback
On this page
Represents an abstract base class for creating enumerations that support bitwise flag operations.
public abstract class FlagsEnumeration : Enumeration
| Name | Description |
|---|---|
| CompareTo(object) | Compares current object to other. |
| virtual Equals(Enumeration) | Determines whether two object instances are equal. |
| override Equals(object) | Determines whether two object instances are equal. |
| override GetHashCode() | Serves as the default hash function. |
| virtual HasFlag<T>(T) | Checks if the current flag has the specified flag. |
| virtual HasFlagValue(int) | Checks if the current flag has the specified value. |
| override ToString() | Converts the current object to a string. |
| static Combine<T>(T, T) | Combines two flags enumerations into one. |
- class Enumeration
- namespace GroupDocs.Conversion.Contracts
- assembly GroupDocs.Conversion
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.