Click or drag to resize
UnityVersionLessThan Operator
Gets a value indicating whether one UnityVersion is older than another.

Namespace: Candlelight
Assembly: Assembly-CSharp-firstpass (in Assembly-CSharp-firstpass.dll) Version: 0.0.0.0
Syntax
C#
public static bool operator <(
	UnityVersion v1,
	UnityVersion v2
)

Parameters

v1
Type: CandlelightUnityVersion
The first UnityVersion
v2
Type: CandlelightUnityVersion
The second UnityVersion

Return Value

Type: Boolean
if the first UnityVersion is older than the second; otherwise, .
See Also