Click or drag to resize
UnityVersionCompareTo Method
Compares this instance to the supplied other.

Namespace: Candlelight
Assembly: Assembly-CSharp-firstpass (in Assembly-CSharp-firstpass.dll) Version: 0.0.0.0
Syntax
C#
public 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