Enumeration Members

Google API

The Enumeration type exposes the following members.

Methods

  NameDescription
Equals
Determines whether the specified Object is equal to this instance.
(Overrides Object..::.Equals(Object).)
GetHashCode
Returns a hash code for this instance.
(Overrides Object..::.GetHashCode()()().)
GetType
Gets the Type of the current instance.
(Inherited from Object.)
ToString
Returns a String that represents this instance.
(Overrides Object..::.ToString()()().)

Operators

  NameDescription
Implicit
Performs an implicit conversion from Enumeration to String.

Properties

  NameDescription
IsDefault
Gets a value indicating whether this instance is default.
Name
Gets the name.
Value
Gets the value.

See Also