FlagsEnumeration class
Leave feedback
On this page
Represents an abstract base class for creating enumerations that support bitwise flag operations.
The FlagsEnumeration type exposes the following members:
| Method | Description |
|---|---|
| combine | |
| has_flag | |
| has_flag_value | Checks if the current flag has the specified value. |
| has_flag_value_int32 | |
| to_string | Converts the current object to a string. |
| compare_to | Compares current object to other. (inherited from Enumeration) |
| compare_to_object | (inherited from Enumeration) |
| equals | Determines whether two object instances are equal. (inherited from Enumeration) |
| equals_enumeration | (inherited from Enumeration) |
| equals_object | (inherited from Enumeration) |
| from_display_name | (inherited from Enumeration) |
| from_value | (inherited from Enumeration) |
| get_all | (inherited from Enumeration) |
| get_hash_code | Provides the default hash function. (inherited from Enumeration) |
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.