Comparison method for ListView items of the
DriveList.
Namespace:
Jam.Shell
Assembly:
ShellBrowser (in ShellBrowser.dll) Version: 7.1
Syntax public override int Compare(
Object x,
Object y
)
Public Overrides Function Compare (
x As Object,
y As Object
) As Integer
public:
virtual int Compare(
Object^ x,
Object^ y
) override
abstract Compare :
x : Object *
y : Object -> int
override Compare :
x : Object *
y : Object -> int
Parameters
- x
- Type: SystemObject
First DriveListItem - y
- Type: SystemObject
Second DriveListItem
Return Value
Type:
Int32Negative if 'x' is less than 'y', 0 if they are equal, or positive if it is greater.
Implements
IComparerCompare(Object, Object)See Also