Mono Class Library: OverviewSystem.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
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. overrideEquals(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. overrideGetHashCode() : int Generates a hash code for the current instance. overrideToString() : string Documentation for this section has not yet been entered.ToString(int) : string Documentation for this section has not yet been entered.