Enumeration class

Enumeration class

Represents a generic enumeration.

The Enumeration type exposes the following members:

Methods

Method Description
compare_to Compares current object to other.
compare_to_object
equals Determines whether two object instances are equal.
equals Determines whether two object instances are equal.
equals_enumeration
equals_object
from_display_name
from_value
get_all
get_hash_code Provides the default hash function.
to_string Returns a string that represents the current object.

See Also