Click or drag to resize
IGDStorageItem2IsEqual Method
Indicates whether the current item is the same as the specified item.

Namespace:  GD
Assembly:  GD (in GD.dll) Version: 255.255.255.255
Syntax
bool IsEqual(
	IGDStorageItem item
)

Parameters

item
Type: GDIGDStorageItem
The IGDStorageItem object that represents a storage item to compare against.

Return Value

Type: Boolean
Returns true if the current storage item is the same as the specified storage item; otherwise false.
Remarks

Use the IsEqual(IGDStorageItem) method to determine whether two storage items represent the same file or folder.

This method compares the Path property of both items to determine if they are the same.

See Also