YVersion Methods |
The YVersion type exposes the following members.
Name | Description | |
---|---|---|
CompareTo | Compare the current YVersion to obj and returns the diference between them. | |
Comparison | Compare two YVersion and returns the diference between them. | |
Equals |
Check if the current YVersion equals to obj.
(Overrides ObjectEquals(Object)) |
|
GetHashCode |
Serves as the default hash function.
(Overrides ObjectGetHashCode) |
|
GetType | Gets the Type of the current instance. (Inherited from Object) |
|
IsValid | Check if the current version is a valid and non-null version. | |
IsValid(String) | Check if the given version is a valid and non-null version. | |
ToString |
Get the string format of the YVersion according to the Full format.
(Overrides ObjectToString) |
|
ToString(String) |
Get the string format of the YVersion according to the given format.
|
|
ToString(YVersionFormat) | Get the string format of the YVersion according to the given format. |
Name | Description | |
---|---|---|
GetMD5HashCode |
Get the MD5 Hash code of an Objectobj as a string.
(Defined by YObjectExtentionMethods) |
|
SerializeObject |
Serialize an ObjecttoSerialize.
(Defined by YSerializationCenter) |