 | StatusPropertyAttributeComparison Constructor |
Namespace: CandlelightAssembly: Assembly-CSharp-firstpass (in Assembly-CSharp-firstpass.dll) Version: 0.0.0.0
Syntaxpublic 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