Enumeration class
Leave feedback
On this page
Generic enumeration class.
public abstract class Enumeration : IComparable, IEquatable<Enumeration>
name | description |
---|---|
CompareTo(…) | Compares current object to other. |
virtual Equals(…) | Determines whether two object instances are equal. |
override Equals(…) | Determines whether two object instances are equal. |
override GetHashCode() | Serves as the default hash function. |
override ToString() | Returns a string that represents the current object. |
static FromDisplayName<T>(…) | Returns object by display name. |
static FromValue<T>(…) | Returns object by key. |
static GetAll<T>() | Returns all enumeration values. |
operator == | Equality operator. |
operator != | Inequality operator. |
- 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.