CompareIdReturnValue Enumeration |
Namespace: ShellBoost.Core
public enum CompareIdReturnValue
Member name | Value | Description | |
---|---|---|---|
Unspecified | 0 | Comparison is unspecified. | |
LeftEqualsRight | 1 | The left item equals the right item. | |
LeftPrecedesRight | 2 | The left item precedes the right item. | |
LeftFollowsRight | 3 | The left item follows the right item. |