Version Methods
.NET Framework 3.5
The Version type exposes the following members.
| Name | Description | |
|---|---|---|
|
Clone | Returns a new Version object whose value is the same as the current Version object. |
|
CompareTo | Overloaded. Compares the current Version object to a specified object or Version and returns an indication of their relative values. |
|
Equals | Overloaded. Returns a value indicating whether two Version object represent the same value. |
|
Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) |
|
GetHashCode | Returns a hash code for the current Version object. (Overrides Object.GetHashCode().) |
|
GetType | Gets the type of the current instance. (Inherited from Object.) |
|
MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) |
|
ToString | Overloaded. Converts the value of the current Version object to its equivalent String representation. |