Click or drag to resize
StatusPropertyAttributeComparison Constructor

Namespace: Candlelight
Assembly: Assembly-CSharp-firstpass (in Assembly-CSharp-firstpass.dll) Version: 0.0.0.0
Syntax
C#
public Comparison(
	int badComparisonResult,
	Object testValue
)

Parameters

badComparisonResult
Type: SystemInt32
The result from CompareTo(Object) that indicates a bad value.
testValue
Type: SystemObject
The value against which to compare.
See Also