All types
|
All members
RT.Util.Core
RT.KitchenSink
RT.KitchenSink.Collections
IPartial
Comparable
<T>
Lazy
List
<T>
Partial
Comparison
Result
Equal
Greater
Less
NA
Poset
<T>
Poset
Node
<T>
RT.KitchenSink.Lex
RT.KitchenSink.Streams
RT.Util
RT.Util.Collections
RT.Util.Consoles
RT.Util.ExtensionMethods
RT.Util.ExtensionMethods.Obsolete
RT.Util.IL
RT.Util.Paths
RT.Util.Streams
RT.Util.Text
RT.Util.Threading
RT.CommandLine
RT.Geometry
RT.Json
RT.Lingo.Base
RT.PostBuild
RT.Serialization
RT.Serialization.Binary
RT.Serialization.Json
RT.Serialization.Xml
Legend
Class
Struct
Enum
Interface
Delegate
Constructor
Method
Property
Event
Field
Enum:
RT.KitchenSink.Collections.
PartialComparisonResult
Assembly:
RT.Util.Core, Version=1.0.0.9999, Culture=neutral, PublicKeyToken=null
Namespace:
RT.KitchenSink.Collections
Show inherited types...
Inherits from:
System.Enum
System.ValueType
object
Show implemented interfaces...
Implements:
System.IComparable
System.IConvertible
System.IFormattable
System.ISpanFormattable
Underlying integer type:
System.Int32
Summary
Represents the result of a partial comparison.
Enum values
Equal
3
The items are equal to each other.
Greater
1
The first item is greater than the second item.
Less
2
The first item is less than the second item.
NA
0
The items cannot be compared.