| Version |
Project VBCorLib Overview | Constructors | VersionStatic
| ICloneable | |
| IComparable | |
| IObject |
| Name | Description |
|---|---|
Build (get) | Returns the build version number of this instance. |
Major (get) | Returns the major version number of this instance. |
MajorRevision (get) | Returns the major revision value. |
Minor (get) | Returns the minor version number of this instance. |
MinorRevision (get) | Returns a minor revision value. |
Revision (get) | Returns the revision version number of this instance. |
| Name | Description |
|---|---|
Clone | Returns a cloned object of this instance. |
CompareTo | Compares this instance to a passed in value. |
Equals | Returns a boolean indicating if the value and this object instance are the same instance. |
EqualTo | |
GetHashCode | Returns a pseudo-unique number identifying this instance. |
GreaterThan | |
GreaterThanOrEqualTo | |
LessThan | |
LessThanOrEqualTo | |
NotEqualTo | |
ToString | Returns a string representation of this object instance. |