ShellBrowser .Net Edition
Compare Method (x, y)
NamespacesJam.ShellShellTreeViewCompare(Object, Object)
Compares two ShellTreeNode objects by their ItemIdList.
Declaration Syntax
C#Visual BasicVisual C++
public int Compare(
	Object x,
	Object y
)
Public Function Compare ( _
	x As Object, _
	y As Object _
) As Integer
public:
virtual int Compare(
	Object^ x, 
	Object^ y
) sealed
Parameters
x (Object)
First ShellTreeNode.
y (Object)
Second ShellTreeNode, which will be compared with first one.
Return Value
Returns a value less than 0 if x is less than y, 0 if x is eqaul to y and a value greater than 0 if x is greater than y.

Assembly: ShellBrowser (Module: ShellBrowser) Version: 4.2.1.45 (4.2.1.45)