Click or drag to resize
UnityVersionEquals Method (UnityVersion)
Determines whether the specified UnityVersion is equal to the current UnityVersion.

Namespace: Candlelight
Assembly: Assembly-CSharp-firstpass (in Assembly-CSharp-firstpass.dll) Version: 0.0.0.0
Syntax
C#
public bool Equals(
	UnityVersion other
)

Parameters

other
Type: CandlelightUnityVersion
The UnityVersion to compare with the current UnityVersion.

Return Value

Type: Boolean
if the specified UnityVersion is equal to the current UnityVersion; otherwise, .

Implements

IEquatableTEquals(T)
See Also