 | UnityVersionCompareTo Method |
Compares this instance to the supplied other.
Namespace: CandlelightAssembly: Assembly-CSharp-firstpass (in Assembly-CSharp-firstpass.dll) Version: 0.0.0.0
Syntaxpublic int CompareTo(
UnityVersion other
)
Parameters
- other
- Type: CandlelightUnityVersion
Other version.
Return Value
Type:
Int32-1 if less than, 1 if greater than, 0 if equal.
See Also