ShellBrowser .Net Edition
Equals Method (other)
NamespacesJam.ShellItemIdListEquals(ItemIdList)
Determines whether the specified ItemIdList references the same object in the Windows Shell namespace.
Declaration Syntax
C#Visual BasicVisual C++
public bool Equals(
	ItemIdList other
)
Public Function Equals ( _
	other As ItemIdList _
) As Boolean
public:
bool Equals(
	ItemIdList^ other
)
Parameters
other (ItemIdList)
The ItemIdList to compare the current ItemIdList with.
Return Value
true if the specified ItemIdList references the same shell object; otherwise false.
See Also

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