IShellItemCompare Method

Compares two IShellItem objects.

Definition

Namespace: DevCase.Win32.Interfaces
Assembly: DevCase.net48 (in DevCase.net48.dll) Version: 6.0.0.0 (6.0)
XMLNS for XAML: Not mapped to an xmlns.
int Compare(
	IShellItem psi,
	ShellItemCompareHint hint
)

Parameters

psi  IShellItem
A IShellItem object to compare with the existing IShellItem object.
hint  ShellItemCompareHint
One of the ShellItemCompareHint values that determines how to perform the comparison.

Return Value

Int32
This parameter receives the result of the comparison.

If the two items are the same this parameter equals zero; if they are different the parameter is nonzero.

See Also