Click or drag to resize

DistanceUnit Methods

The DistanceUnit type exposes the following members.

Methods
 NameDescription
Public methodEquals(DistanceUnit) Returns true if other represents the same unit of distance; false otherwise.
Public methodEquals(Object) Returns true if obj is a DistanceUnit instance that represents the same unit of distance; false otherwise.
(Overrides ValueTypeEquals(Object))
Public methodGetHashCode Overridden to ensure consistency with Equals.
(Overrides ValueTypeGetHashCode)
Public methodStatic memberGetValues Returns an array of the available DistanceUnit values.
Public methodToString Returns a non-null, non-empty string representation of this instance for logging and debugging purposes.
(Overrides ValueTypeToString)
Top
See Also