Click or drag to resize
StatusPropertyAttributeComparison Structure
A basic tuple for storing a test value and a comparison value that indicates a bad result.

Namespace: Candlelight
Assembly: Assembly-CSharp-firstpass (in Assembly-CSharp-firstpass.dll) Version: 0.0.0.0
Syntax
C#
public struct Comparison

The StatusPropertyAttributeComparison type exposes the following members.

Constructors
  NameDescription
Public methodStatusPropertyAttributeComparison
Initializes a new instance of the StatusPropertyAttributeComparison struct.
Top
Properties
  NameDescription
Public propertyBadComparisonResult
Gets the result from CompareTo(Object) that indicates a bad value.
Public propertyTestValue
Gets the value against which to compare.
Top
See Also