Legend

Class
Struct
Enum
Interface
Delegate
Constructor
Method
Property
Event
Field

Enum: RT.KitchenSink.Collections.PartialComparisonResult

Summary

Represents the result of a partial comparison.

Enum values

3The items are equal to each other.
1The first item is greater than the second item.
2The first item is less than the second item.
0The items cannot be compared.