![]() | UnityVersion Structure |
Namespace: Candlelight
public struct UnityVersion : IEquatable<UnityVersion>
The UnityVersion type exposes the following members.
Name | Description | |
---|---|---|
![]() | UnityVersion |
Initializes a new instance of the UnityVersion struct.
|
Name | Description | |
---|---|---|
![]() | CompareTo |
Compares this instance to the supplied other.
|
![]() | Equals(Object) |
Determines whether the specified Object is equal to the current
UnityVersion.
(Overrides ValueTypeEquals(Object).) |
![]() | Equals(UnityVersion) |
Determines whether the specified UnityVersion is equal to the current
UnityVersion.
|
![]() | GetHashCode |
Serves as a hash function for a UnityVersion object.
(Overrides ValueTypeGetHashCode.) |
![]() | ToString |
Returns a String that represents the UnityVersion instance.
(Overrides ValueTypeToString.) |
Name | Description | |
---|---|---|
![]() ![]() | Equality |
Gets a value indicating whether one UnityVersion is equal to another.
|
![]() ![]() | GreaterThan |
Gets a value indicating whether one UnityVersion is newer than another.
|
![]() ![]() | GreaterThanOrEqual |
Gets a value indicating whether one UnityVersion is newer than or equal to another.
|
![]() ![]() | Inequality |
Gets a value indicating whether one UnityVersion is unequal to another.
|
![]() ![]() | LessThan |
Gets a value indicating whether one UnityVersion is older than another.
|
![]() ![]() | LessThanOrEqual |
Gets a value indicating whether one UnityVersion is older than or equal to another.
|
Name | Description | |
---|---|---|
![]() ![]() | Current |
Gets the currently running version.
|
![]() | MaintenanceVersion |
Gets the maintenance version.
|
![]() | MajorVersion |
Gets the major version.
|
![]() | MinorVersion |
Gets the minor version.
|