Click or drag to resize

CompareIdReturnValue Enumeration

Defines how two Shell Items compare.

Namespace:  callback.ShellBoost.Core
Assembly:  callback.CBFSShell (in callback.CBFSShell.dll) Version: 22.0.0.0
Syntax
C#
public enum CompareIdReturnValue
Members
  Member nameValueDescription
Unspecified0 Comparison is unspecified.
LeftEqualsRight1 The left item equals the right item.
LeftPrecedesRight2 The left item precedes the right item.
LeftFollowsRight3 The left item follows the right item.
See Also