Click or drag to resize

CompareResult Enumeration

The compare result in a sort operation.

Namespace:  FM.IceLink
Assembly:  FM.IceLink (in FM.IceLink.dll) Version: 3.2.2.607 (3.2.2.607)
Members
  Member nameValueDescription
Equal1 Indicates that the two elements are equal.
Negative2 Indicates that the first element belongs before the second.
Positive3 Indicates that ths second element belongs before the first.
See Also