Enum CompareResult
The compare result in a sort operation.
Namespace: FM.LiveSwitch
Assembly: FM.LiveSwitch.dll
Syntax
public enum CompareResult
Fields
Name | Description |
---|---|
Equal | Indicates that the two elements are equal. |
Negative | Indicates that the first element belongs before the second. |
Positive | Indicates that ths second element belongs before the first. |