Click or drag to resize
GDStorageFolderIsEqual Method
Indicates whether the current folder is equal to the specified folder.

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

Parameters

item
Type: GDIGDStorageItem
The IGDStorageItem object that represents the folder to compare against.

Return Value

Type: Boolean
Returns true if the current folder is equal to the specified folder; otherwise false.

Implements

IGDStorageItem2IsEqual(IGDStorageItem)
Remarks
This method compares the Path property of both items to determine if they are the same.
See Also