Mono Class Library: Overview

System.Version: Method Members

The methods of System.Version are listed below. For a list of all members, see the Version Members list.

See Also: Inherited members from System.Object

Public Methods

Clone() : object
Returns a new object with values equal to the property values of the current instance.
CompareTo(object) : int
Returns the sort order of the current instance compared to the specified object.
CompareTo(Version) : int
Returns the sort order of the current instance compared to the specified Version.
override
Equals(object) : bool
Determines whether the current instance and the specified object represent the same type and value.
Equals(Version) : bool
Determines whether the current instance and the specified Version represent the same value.
override
GetHashCode() : int
Generates a hash code for the current instance.
override
ToString() : string
Documentation for this section has not yet been entered.
ToString(int) : string
Documentation for this section has not yet been entered.