Click or drag to resize
UnityVersionLessThanOrEqual Operator
Gets a value indicating whether one UnityVersion is older than or equal to 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 or equal to the second; otherwise, .
See Also