Click or drag to resize
GDStorageFileIsEqual Method
Indicates whether the current file is equal to the specified file.

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

Parameters

item
Type: GDIGDStorageItem
The IStorageItem object that represents a file to compare against.

Return Value

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

Implements

IGDStorageItem2IsEqual(IGDStorageItem)
Remarks

Use the IsEqual 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